You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "刘明云 (JIRA)" <ji...@apache.org> on 2013/04/17 19:37:15 UTC

[jira] [Created] (WW-4047) struts.convention.action.includeJars Configuration Does not work

刘明云 created WW-4047:
-----------------------

             Summary: struts.convention.action.includeJars Configuration Does not work
                 Key: WW-4047
                 URL: https://issues.apache.org/jira/browse/WW-4047
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Convention
    Affects Versions: 2.3.14
            Reporter: 刘明云


in struts2-convention-plugin-2.3.14.jar , <constant name="struts.convention.action.includeJars" value=".*?/myation.*?jar(!/)?"/>,isn,t working;but in struts2-convention-plugin-2.3.8.jar is ok,
i found Line 416(code is urlSet.include(new UrlSet(classLoaderInterface, this.fileProtocols)); ) in org.apache.struts2.convention.PackageBasedActionConfigBuilder class may be have a bug,i change it to  urlSet = urlSet.include(new UrlSet(classLoaderInterface, this.fileProtocols); the bug disappears.


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