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:
Wesley Wannemacher
2009-05-29 12:58:15 +00:00
parent d836603c9b
commit 281a3a8cbd
@@ -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();