https://bz.apache.org/bugzilla/show_bug.cgi?id=59260

--- Comment #2 from Ben RUBSON <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to