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 2003/10/26 00:38:47 UTC

DO NOT REPLY [Bug 24123] New: - AccessLogInterceptor does not log PUT/POST requests

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24123>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24123

AccessLogInterceptor does not log PUT/POST requests

           Summary: AccessLogInterceptor does not log PUT/POST requests
           Product: Tomcat 3
           Version: 3.3.x Nightly
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: lemkemch@t-online.de


AccessLogInterceptor does not log PUT and POST requests.  The attached patch 
against the current HEAD revision makes it
 
- log POST and PUT requests
 
- report the number of bytes *received* for POST and PUT in %b
 
The latter is in contradiction to the Apache logfile docs but from what I see in 
Apache logs on the web (I don't run Apache myself) this is what Apache actually 
does.  In addition, it is what I need.  What use is the number of *sent* bytes 
in that case (always 0)?

I already posted this directly to tomcat-dev.

Michael

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