https://bz.apache.org/bugzilla/show_bug.cgi?id=68862
Bug ID: 68862
Summary: InputBuffer#handleReadException breaks
FailedRequestFilter
Product: Tomcat 10
Version: 10.1.18
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ------
InputBuffer#handleReadException calls (since e77176c) Response#sendError.
If you use FailedRequestFilter and a SocketTimeoutException occurs while
parsing request parameters, this change leads to an IllegalStateException in
org.apache.catalina.connector.ResponseFacade.checkCommitted:
java.lang.IllegalStateException: Cannot call sendError() after the response has
been committed
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]