https://bz.apache.org/bugzilla/show_bug.cgi?id=58031

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Agreed. The right response is definitely going to be application dependent.
Most of the problem stems from getParameterXXX() methods not declaring any
exceptions. We also run the risk of breaking lots of stuff if we start sending
413 responses where we currently send a 200 response.

On balance I think setting some a custom request attribute that an application
can check if they want to (and if not the current behaviour continues) along
the lines of Globals.PARAMETER_PARSE_FAILED_ATTR is going to be the way to go.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to