[
https://issues.apache.org/jira/browse/WW-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800542#comment-13800542
]
ASF subversion and git services commented on WW-4023:
-----------------------------------------------------
Commit 1534089 from [~lukaszlenart] in branch 'struts2/trunk'
[ https://svn.apache.org/r1534089 ]
WW-4023 Adds action: and method: prefixes to excludeParams list and changes
order to first check for excludeParams and then for acceptedParams in
ParametersInterceptor
> 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.7, 2.3.8, 2.3.12
> Reporter: Jon Y.
> Assignee: Lukasz Lenart
> Priority: Minor
> Fix For: 2.3.16
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)