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 2009/01/16 23:56:07 UTC

DO NOT REPLY [Bug 46552] New: Could there be a logging for requests exceeding maxHttpHeaderSize

https://issues.apache.org/bugzilla/show_bug.cgi?id=46552

           Summary: Could there be a logging for requests exceeding
                    maxHttpHeaderSize
           Product: Tomcat 5
           Version: Unknown
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connector:HTTP
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: jahia.papez@gmail.com


We recently had a case, where a customer was reporting Internal Server errors
and it was quite hard to find the reason, until we realized that the problem
was the maxHttpHeaderSize limit, which caused Tomcat to simply send back an
Internal Server error.

Would it be possible to at least indicate in the log that a request has been
rejected ?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 46552] Could there be a logging for requests exceeding maxHttpHeaderSize

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





--- Comment #1 from Mark Thomas <ma...@apache.org>  2009-04-09 04:01:42 PST ---
This is essentially the same as bug 46125. I have proposed a backport of the
same fix for 5.5.x. This will:
- ensure a 400 response is issued rather than the current 200
- log a message (at debug level)
- removes an odd error message

http://people.apache.org/~markt/patches/2009-04-09-bug46552.patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 46552] Could there be a logging for requests exceeding maxHttpHeaderSize

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


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

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




--- Comment #2 from Mark Thomas <ma...@apache.org>  2009-06-13 13:31:44 PST ---
This has been fixed in 5.5.x and will be included in 5.5.28 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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