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

--- Comment #28 from Mark Thomas <ma...@apache.org> ---
I suspect the issue there is that prior to Servlet 6.1 getParameter() and
friends weren't allowed to throw exceptions so there was no way to signal to
the application that parameter (part) parsing had hit a limit.

Servlet 6.1 fixed that by allowing a runtime exception to be thrown. If a
framework swallows that then I class that very much as a framework issue.

A log message would certainly help but historically we have tried to avoid
logging what are essentially request issues as there were concerns about DoS
via filling logs. Maybe do it via a UserDataHelper. A log message (including
stack trace) will be generated but only once per 24 hours by default.

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