]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and add another backport
authorAndré Malo <nd@apache.org>
Wed, 23 Jul 2003 16:25:32 +0000 (16:25 +0000)
committerAndré Malo <nd@apache.org>
Wed, 23 Jul 2003 16:25:32 +0000 (16:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100747 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b9eb3d61ae917a4d75d8517e552928f1a8e49bb8..c8ed5a654a34b8f7d19efd445cb51eefbd38ecf3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/23 15:51:45 $]
+Last modified at [$Date: 2003/07/23 16:25:32 $]
 
 Release:
 
@@ -311,8 +311,18 @@ PATCHES TO PORT FROM 2.1
       jerenkrantz says: Ben Collins-Sussman confirms this fixes a problem
                         with Subversion when mod_deflate is used where it'd
                         hold on to the entire response until EOS.  That's bad.
-      +1: jerenkrantz, striker
-
+      +1: jerenkrantz, striker, nd
+
+    * 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 :-).
+        modules/mappers/mod_rewrite.c: r1.162
+      +1: nd
 
 CURRENT RELEASE NOTES: