Bug 43129 - Support logging of response headers
Summary: Support logging of response headers
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: Unknown
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 06:26 UTC by Eric Jain
Modified: 2007-08-15 13:07 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Jain 2007-08-15 06:26:40 UTC
According to http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html the
access log format supports "%{xxx}i for incoming headers", but there is no
corresponding "%{xxx}o for outgoing headers". This is however supported by
Apache HTTPD, see http://httpd.apache.org/docs/1.3/mod/mod_log_config.html, so
this complicates porting configurations a bit.
Comment 1 Peter Rossbach 2007-08-15 13:07:44 UTC
Look at  Revision: 566319 at tomcat 5.5.x trunk and give my fix a try :-)