Commit c19173a9 authored by Joe Orton's avatar Joe Orton
Browse files

Revert r1.135.2.32, fixing regression in QUERY_STRING handling since

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
parent 32e77673
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);