https://bz.apache.org/bugzilla/show_bug.cgi?id=57652
Bug ID: 57652
Summary: Contents of cookie are URL encoded using
mod_log_config %{VARNAME}C
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: Other
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mod_log_config
Assignee: [email protected]
Reporter: [email protected]
When written to the log, cookies are URL encoded when using %{VARNAME}C. For
example a cookie received in the request headers as
"cAsPuTNpqas,6rrgB7T-6kGQbf4" becomes the following when written to the log,
"cAsPuTNpqas%2C6rrgB7T-6kGQbf4"
Please update documentation at
https://httpd.apache.org/docs/current/mod/mod_log_config.html
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]