mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-3121 IllegalArgumentException using struts2-convention-plugin-2.1.6.jar on JBoss
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@805664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+3
@@ -402,6 +402,9 @@ public class PackageBasedActionConfigBuilder implements ActionConfigBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
//try to find classes dirs inside war files
|
||||
urlSet = urlSet.includeClassesUrl(classLoaderInterface);
|
||||
|
||||
|
||||
urlSet = urlSet.excludeJavaExtDirs();
|
||||
urlSet = urlSet.excludeJavaEndorsedDirs();
|
||||
|
||||
Reference in New Issue
Block a user