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

Rene Gielen resolved WW-4193.
-----------------------------

    Resolution: Fixed

Fix applied. Thanks to Christoph Nenning.
                
> OGNL WARN msg in log when user  enters invalid data
> ---------------------------------------------------
>
>                 Key: WW-4193
>                 URL: https://issues.apache.org/jira/browse/WW-4193
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Expression Language, Value Stack
>    Affects Versions: 2.3.15.1
>            Reporter: Christoph Nenning
>            Assignee: Rene Gielen
>            Priority: Minor
>             Fix For: 2.3.16
>
>         Attachments: struts2.patch
>
>
> When a user enters a invalid value, the framework logs a WARN msg with 
> stacktrace. Even when dev mode is disabled.
> For example:
> - an Action with an int as member
> - a form with a text field for that int
> - user enters a string
> The framework tries to find a setter for that member (which is successful) 
> and tries to set the value (which fails because the setter has wrong 
> parameter type)
> Then a stracktrace is logged as WARN.
> It is a valid use case that users enter invalid data and no stracktrace 
> should be logged (at least not when dev mode is disabled).

--
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

Reply via email to