is enabled. Previously, such urls would still be rejected with
404.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104925
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
+ is enabled. Previously, such urls would still be rejected with
+ 404. [Jeff Trawick]
+
*) mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
[michael teitler <michael.teitler cetelem.fr>,
Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
else {
char decoded;
decoded = x2c(y + 1);
- if (IS_SLASH(decoded)) {
+ if (!IS_SLASH(decoded)) {
*x++ = *y++;
*x = *y;
}