You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Xu Hui Sheng (JIRA)" <ji...@apache.org> on 2013/04/07 10:57:15 UTC

[jira] [Created] (WW-4038) struts.convention.action.includeJars didn't work

Xu Hui Sheng created WW-4038:
--------------------------------

             Summary: struts.convention.action.includeJars didn't work
                 Key: WW-4038
                 URL: https://issues.apache.org/jira/browse/WW-4038
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Convention
    Affects Versions: 2.3.12
         Environment: struts-2.3.12
            Reporter: Xu Hui Sheng


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));

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira