[ 
https://issues.apache.org/jira/browse/WW-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13857505#comment-13857505
 ] 

Johno Crawford edited comment on WW-4264 at 12/27/13 2:33 PM:
--------------------------------------------------------------

Yep. Java will always select the most suitable method signature, variable 
arguments are lowest priority. Additionally the first param in the 
isWithinLengthLimit notifyDeveloper call is a debug message not an actual 
action but since Object is specified String can be used.


was (Author: johno):
Yep. Java will always select the most suitable method signature, variable 
arguments are lowest priority. Additionally the first param in the 
isWithinLengthLimit notifyDeveloper call is a debug message not an actual 
action but since Object is used String can be used.

> notifyDeveloper method logs error even when devMode is set false
> ----------------------------------------------------------------
>
>                 Key: WW-4264
>                 URL: https://issues.apache.org/jira/browse/WW-4264
>             Project: Struts 2
>          Issue Type: Bug
>            Reporter: Johno Crawford
>            Assignee: Bruce Phillips
>            Priority: Minor
>         Attachments: WW-4264.patch
>
>
> notifyDeveloper(Object action, String property, String message) is called 
> from com.opensymphony.xwork2.interceptor.ParametersInterceptor#acceptableName 
> without checking devMode boolean.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to