Jon Y. created WW-4023:
--------------------------
Summary: ParametersInterceptor produces a warning when parameter
method:* is set
Key: WW-4023
URL: https://issues.apache.org/jira/browse/WW-4023
Project: Struts 2
Issue Type: Bug
Components: Core Interceptors
Affects Versions: 2.3.12, 2.3.8, 2.3.7
Reporter: Jon Y.
The following example produces a form with the parameter names: number and
method:add
{code:xml}
<s:form namespace="/example" action="example">
<s:textfield name="number"/>
<s:submit method="add" value="Add"></s:submit>
</s:form>
{code}
The ParametersInterceptor throws a warning when devMode is set:
{quote}
Parameter [method:add] didn't match acceptedPattern pattern!
{quote}
I think this warn message shouldn't be logged because it's a normal use case.
The "method:" parameter should be included in the excludeParams configuration.
This issue relates to [WW-3973].
--
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