You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "zhouyong (JIRA)" <ji...@apache.org> on 2013/06/13 07:28:19 UTC

[jira] [Created] (WW-4104) Action in jar is not be scanned

zhouyong created WW-4104:
----------------------------

             Summary: Action in jar  is not be scanned
                 Key: WW-4104
                 URL: https://issues.apache.org/jira/browse/WW-4104
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Convention
    Affects Versions: 2.3.14.3
         Environment: tomcat 6, struts2.3.*
            Reporter: zhouyong


buildUrlSet function of PackageBasedActionConfigBuilder class don't scan jar file when "struts.convention.action.includeJars" is seted.

PackageBasedActionConfigBuilder.java

line 416: urlSet.include(new UrlSet(classLoaderInterface, this.fileProtocols));
must be: 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