You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/29 23:20:57 UTC

DO NOT REPLY [Bug 12181] New: - Improved cookie logging in mod_rewrite

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=12181>.
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=12181

Improved cookie logging in mod_rewrite

           Summary: Improved cookie logging in mod_rewrite
           Product: Apache httpd-2.0
           Version: 2.0.40
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: apachebugs@robcromwell.com


The current entries to the rewrite log only include the name and value of the 
cookie.  This should be changed to include all fields from the cookie for 
easier debugging.  

Current log writer call on line 4171 of mod_rewrite.c

rewritelog(r, 5, "setting cookie '%s' to '%s'", var, val);

Should be changed to:

rewritelog(r, 5, "setting cookie '%s'", cookie );

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org