https://bz.apache.org/bugzilla/show_bug.cgi?id=59260
--- Comment #2 from Ben RUBSON <ben.rubson@gmail.com> ---
Rich,
Of course, for an easy test let's use the following rule :
RewriteRule (.*) https://127.0.0.1:1234$1 [P]
Local server access log :
"GET /test/test%0Aunix?{} HTTP/1.1"
"GET /test/test%0D%0Awin?{} HTTP/1.1"
"GET /test/test%0Dmac?{} HTTP/1.1"
Corresponding remote server access log :
"GET /test/test?{} HTTP/1.1"
"GET /test/test%0D?{} HTTP/1.1"
"GET /test/test%0Dmac?{} HTTP/1.1"
As you can see goal is to test %OA (\n) and %OAD (\r) characters behavior.
Thank you very much,
Ben
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|