mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-3110 using newer UrlSet constructor, patch from Jordi Albert, thanks!
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@779950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
-1
@@ -367,7 +367,7 @@ public class PackageBasedActionConfigBuilder implements ActionConfigBuilder {
|
||||
|
||||
private UrlSet buildUrlSet() throws IOException {
|
||||
ClassLoaderInterface classLoaderInterface = getClassLoaderInterface();
|
||||
UrlSet urlSet = new UrlSet(classLoaderInterface);
|
||||
UrlSet urlSet = new UrlSet(classLoaderInterface, this.fileProtocols);
|
||||
|
||||
//exclude parent of classloaders
|
||||
ClassLoaderInterface parent = classLoaderInterface.getParent();
|
||||
|
||||
Reference in New Issue
Block a user