Commit 156a32dc authored by Joe Orton's avatar Joe Orton
Browse files

* modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fix

regression in proxy and QUERY_STRING handling (though with proxy
issues on HEAD mod_rewrite [P] stuff is still completely broken).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105666 13f79535-47bb-0310-9956-ffa450edef68
parent 41f699e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4249,7 +4249,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);