]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1.135.2.32, fixing regression in QUERY_STRING handling since
authorJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 11:35:10 +0000 (11:35 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 11:35:10 +0000 (11:35 +0000)
for [P] rules since 2.0.52.

Reviewed by: jorton, nd, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105731 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 677fd78a0ed6fdb9dca47540a8fd1b533c8a5468..f5083d9e7f342293e2f90ff61faeab4957058d9d 100644 (file)
@@ -1222,7 +1222,7 @@ static int hook_uri2file(request_rec *r)
                                           r->path_info, NULL);
             }
             if (r->args != NULL &&
-                r->uri != r->unparsed_uri) {
+                r->uri == r->unparsed_uri) {
                 /* see proxy_http:proxy_http_canon() */
                 r->filename = apr_pstrcat(r->pool, r->filename,
                                           "?", r->args, NULL);