[
https://issues.apache.org/struts/browse/WW-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Musachy Barroso resolved WW-2688.
---------------------------------
Resolution: Fixed
Documentation added to the params interceptor page:
http://cwiki.apache.org/confluence/display/WW/Parameters+Interceptor
> Ignore parameters that start with 'struts.'
> -------------------------------------------
>
> Key: WW-2688
> URL: https://issues.apache.org/struts/browse/WW-2688
> Project: Struts 2
> Issue Type: Improvement
> Affects Versions: 2.1.3
> Reporter: Musachy Barroso
> Fix For: 2.1.3
>
>
> Parameters used internally by struts, like "struts.enableJSONValidation"
> should be ignored by the 'params' interceptor, so no exception/warn is
> logged. A new regular expression will be added to that interceptor:
> ^struts\..*
> as well as:
> dojo\..*
> which is already there in some interceptor stacks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.