[ 
https://issues.apache.org/jira/browse/WW-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Lindal reopened WW-3501:
-----------------------------


> Avoid cast in ParameterFilterInterceptor
> ----------------------------------------
>
>                 Key: WW-3501
>                 URL: https://issues.apache.org/jira/browse/WW-3501
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Interceptors
>    Affects Versions: 2.2.1
>            Reporter: John Lindal
>            Assignee: John Lindal
>            Priority: Trivial
>             Fix For: 2.2.2
>
>
> Since includesExcludesMap is defined as Map<String, Boolean>, instead of:
>             for (Object o1 : includesExcludesMap.keySet()) {
>                 String currRule = (String) o1;
> use:
>             for (String currRule : includesExcludesMap.keySet()) {

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to