Request parameters with no corresponding setter cause errors to be logged
-------------------------------------------------------------------------
Key: WW-2683
URL: https://issues.apache.org/struts/browse/WW-2683
Project: Struts 2
Issue Type: Improvement
Components: Core Interceptors
Affects Versions: 2.0.9
Environment: Windows XP, Tomcat 6.0
Reporter: Timo Kinnunen
URLs and form data that have request parameters that have no corresponding
setter in the Action class cause errors to be logged. As these parameter values
are entirely under the control of the client doing the requests, they should be
logged at most debug level.
The underlying exception XWorkException has this detail message:
No object in the CompoundRoot has a publicly accessible property named 'XXXXX'
(no setter could be found).
Other XWorkExceptions should be logged normally as errors.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.