You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2009/01/03 20:00:36 UTC

[jira] Created: (WW-2947) Remove convention's "excludeJars" and add "includeJars" instead

Remove convention's "excludeJars" and add "includeJars" instead
---------------------------------------------------------------

                 Key: WW-2947
                 URL: https://issues.apache.org/struts/browse/WW-2947
             Project: Struts 2
          Issue Type: Improvement
          Components: Plugin - Convention
            Reporter: Musachy Barroso
            Assignee: Musachy Barroso
             Fix For: 2.1.6


After this change, a jar will be scanned if, and only if "struts.convention.action.disableJarScanning" is "false" and the jar's url matches a regular expression in "struts.convention.action.includeJars"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2947) Remove convention's "excludeJars" and add "includeJars" instead

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2947.
---------------------------------

    Resolution: Fixed

> Remove convention's "excludeJars" and add "includeJars" instead
> ---------------------------------------------------------------
>
>                 Key: WW-2947
>                 URL: https://issues.apache.org/struts/browse/WW-2947
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>            Reporter: Musachy Barroso
>            Assignee: Musachy Barroso
>             Fix For: 2.1.6
>
>
> After this change, a jar will be scanned if, and only if "struts.convention.action.disableJarScanning" is "false" and the jar's url matches a regular expression in "struts.convention.action.includeJars"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2947) Remove convention's "excludeJars" and add "includeJars" instead

Posted by "Jeromy Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45392#action_45392 ] 

Jeromy Evans commented on WW-2947:
----------------------------------

This change makes the disableJarScanning property redundant so that has also been removed (a non-null value for includeJars implies jar scanning is enabled).

> Remove convention's "excludeJars" and add "includeJars" instead
> ---------------------------------------------------------------
>
>                 Key: WW-2947
>                 URL: https://issues.apache.org/struts/browse/WW-2947
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>            Reporter: Musachy Barroso
>            Assignee: Musachy Barroso
>             Fix For: 2.1.6
>
>
> After this change, a jar will be scanned if, and only if "struts.convention.action.disableJarScanning" is "false" and the jar's url matches a regular expression in "struts.convention.action.includeJars"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.