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

Reply via email to