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

            Bug ID: 60174
           Summary: HeadersTooLargeException should be logged
           Product: Tomcat 8
           Version: 8.5.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: witte...@gmail.com

Today I wasted a few hours with debugging my application, and later in the
tomcat code, why some of my requests return just a HTTP 500, while the response
objects do have the correct return code, even in the localhost_access_log.

Jersey was set to trace mode, so it is writing a lot of response header data,
and there was a hidden HeadersTooLargeException while processing which leads to
the 500 response code. There was no log and no sign in the response hinting to
look at the response headers. There should be at least an log entry if that
exception occures.

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