]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove Showstopper. Now waiting a few hours before tag and roll...
authorJim Jagielski <jim@apache.org>
Wed, 27 Oct 2004 14:23:04 +0000 (14:23 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 27 Oct 2004 14:23:04 +0000 (14:23 +0000)
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

STATUS
src/modules/standard/mod_rewrite.c

diff --git a/STATUS b/STATUS
index 2a1299cadbed2a137a64589eb548ce013e288065..c7df70bd632fba4c2b9028127470bb4b344a4032 100644 (file)
--- 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:
 
index 369e5928ee3bd0e3e8e8bbd724ba01c748c21a53..7e837987bed15a841c10f06ea5dada05cca950ed 100644 (file)
@@ -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);