]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
done.
authorAndré Malo <nd@apache.org>
Mon, 12 Jan 2004 14:37:47 +0000 (14:37 +0000)
committerAndré Malo <nd@apache.org>
Mon, 12 Jan 2004 14:37:47 +0000 (14:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102287 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9e5eac9d8465be3bb988c4cf978a9727a6fa5f2d..308425722c81b3156103a8a8049008682a7be8a3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/12 14:30:13 $]
+Last modified at [$Date: 2004/01/12 14:37:47 $]
 
 Release:
 
@@ -252,19 +252,6 @@ PATCHES TO BACKPORT FROM 2.1
               a coredump in this case.
           jerenkrantz: Oh, bah.  Let 'em segfault.  Use flood!
 
-    * mod_rewrite: more or less cosmetic fix. If a .htaccess in DocumentRoot
-      configures:
-        RewriteBase /
-        RewriteRule foo bar [R]
-      it will be redirected to http://host//bar (double slash).
-      In 2.1 this was fixed while I rewrote the subst_prefix_path function,
-      which is responsible for this behaviour. I'd suggest to backport that
-      function rewrite at all (it's even much better code :-). (2.0 + 1.3)
-        modules/mappers/mod_rewrite.c: r1.162
-      jerenkrantz: Committed to 2.0.  Will leave backport to 1.3 to someone
-                   else.  BTW, clever use of NULL terms (or lack of).  ;-)
-      +1: nd, trawick, jerenkrantz
-
     * mod_ssl: fix a link failure when the openssl-engine libraries are
       present but the engine headers are missing.
         modules/ssl/mod_ssl.c: r1.87