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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to