Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.12
-
None
-
struts-2.3.12
-
Patch
Description
please change the 416 line of org.apache.struts2.convention.PackageBasedActionConfigBuilder
urlSet.include(new UrlSet(classLoaderInterface, this.fileProtocols));
to
urlSet = urlSet.include(new UrlSet(classLoaderInterface, this.fileProtocols));