https://issues.apache.org/bugzilla/show_bug.cgi?id=46428
Alexey Vlasov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from Alexey Vlasov <[email protected]> --- By the way this patch didn't solve that problem I described first. You should add the following: --- modules/mappers/mod_rewrite.c.orig 2012-09-18 22:30:31.170185072 +0400 +++ modules/mappers/mod_rewrite.c 2012-09-17 23:48:43.428422154 +0400 @@ -769,6 +769,7 @@ else if (r->args[len-1] == '&') { r->args[len-1] = '\0'; } + r->args = ap_escape_uri(r->pool, r->args); rewritelog((r, 3, NULL, "split uri=%s -> uri=%s, args=%s", olduri, r->filename, r->args ? r->args : "<none>")); } -- 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]
