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 2008/09/15 21:22:07 UTC

DO NOT REPLY [Bug 45796] 505 Errors are not logged in the access log

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


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

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




--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-09-15 12:22:06 PST ---
Tomcat rejects the request as early as possible in the processing chain. This
particular error causes the request to be rejected a fair way before the
request reaches the access log valve.

It would require fairly large changes to the request processing chain for this
request (or all requests) to reach the access log valve.

I am therefore marking this as WONTFIX. To debug this issue you could use httpd
in front of Tomcat with mod_proxy_http and utilise httpd's access logging if it
gives you what you need.


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