From: Jim Jagielski Date: Wed, 27 Oct 2004 14:23:04 +0000 (+0000) Subject: Remove Showstopper. Now waiting a few hours before tag and roll... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b186d7a50fc664291ff46f11e09cba970080847;p=thirdparty%2Fapache%2Fhttpd.git Remove Showstopper. Now waiting a few hours before tag and roll... PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105605 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2a1299cadbe..c7df70bd632 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 1.3 STATUS: -*-text-*- - Last modified at [$Date: 2004/10/26 17:44:41 $] + Last modified at [$Date: 2004/10/27 14:23:03 $] Release: @@ -50,11 +50,6 @@ Release: RELEASE SHOWSTOPPERS: - *) mod_rewrite: Backout the [P] patch, because it's a regression. See: - http://issues.apache.org/bugzilla/show_bug.cgi?id=14518 - Patch is here: - http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/modules/standard/mod_rewrite.c?r1=1.197&r2=1.198 - +1: nd, jim, wrowe PROPOSED PATCHES FOR THIS RELEASE: diff --git a/src/modules/standard/mod_rewrite.c b/src/modules/standard/mod_rewrite.c index 369e5928ee3..7e837987bed 100644 --- a/src/modules/standard/mod_rewrite.c +++ b/src/modules/standard/mod_rewrite.c @@ -1116,7 +1116,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 = ap_pstrcat(r->pool, r->filename, "?", r->args, NULL);