|
|||||||||||
|
DO NOT REPLY [Bug 12181] New: - Improved cookie logging in mod_rewrite
From: <bugzilla(at)apache.org>
Date: Thu Aug 29 2002 - 17:20:57 EDT
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 Received on Thu Aug 29 21:20:25 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:50 EDT |
||||||||||
|
|||||||||||