You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/09/26 19:23:57 UTC

[Bug 60174] New: HeadersTooLargeException should be logged

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: wittemar@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60174] HeadersTooLargeException should be logged

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60174

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Fair point. Thanks for the report.

This has been fixed in the following branches:
- 9.0.x for 9.0.0.M11 onwards
- 8.5.x for 8.5.6 onwards
- 8.0.x for 8.0.38 onwards
- 7.0.x for 7.0.73 onwards

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

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


[Bug 60174] HeadersTooLargeException should be logged

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60174

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris@cerskine.com

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
*** Bug 63397 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org