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
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);