]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
this one was meant for 1.3 as well ...
authorAndré Malo <nd@apache.org>
Thu, 31 Jul 2003 23:15:12 +0000 (23:15 +0000)
committerAndré Malo <nd@apache.org>
Thu, 31 Jul 2003 23:15:12 +0000 (23:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100883 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index fe9428853f86078623204af753a8abb5b3227671..ea1c41ff4ba056ac83e5ab3ce9cc9246136be3ab 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/31 22:58:57 $]
+Last modified at [$Date: 2003/07/31 23:15:12 $]
 
 Release:
 
@@ -274,9 +274,9 @@ PATCHES TO PORT FROM 2.1
       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 :-).
+      function rewrite at all (it's even much better code :-). (2.0 + 1.3)
         modules/mappers/mod_rewrite.c: r1.162
-      +1: nd, trawick
+      +1: nd, trawick (?)
 
     * mod_rewrite: don't exit(1) if the logfile could not be opened. Return
       internal server error instead to shutdown cleanly.