]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
drop this patch. It's wrong. I'll revert it (and search for the right
authorAndré Malo <nd@apache.org>
Tue, 29 Jul 2003 20:24:26 +0000 (20:24 +0000)
committerAndré Malo <nd@apache.org>
Tue, 29 Jul 2003 20:24:26 +0000 (20:24 +0000)
solution) in 2.1 soon.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100849 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 376987acbe8da26d21eb9cc9c144f78639ba54f8..be59c8523e18efc39881ce447242c283f698ca48 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/29 13:43:22 $]
+Last modified at [$Date: 2003/07/29 20:24:26 $]
 
 Release:
 
@@ -171,11 +171,6 @@ PATCHES TO PORT FROM 2.1
           
           nd: thx.:)
 
-    * mod_rewrite: Let LA-U look aheads in directory context work with r->uri
-      and not r->filename. (related to) PR 8394.  (2.0 + 1.3)
-      modules/mappers/mod_rewrite.c: r1.151
-      +1: nd
-
     * mod_ssl: Drop SSL_EXPERIMENTAL_ENGINE test in favor of testing for the
       ENGINE_init() function in config.m4, and use HAVE_ENGINE_INIT instead.
       wrowe notes that this feature is a noop until configured with SSLEngine.