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: dev@tomcat.apache.org
          Reporter: christoph.e...@mgm-tp.com
  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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to