]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose
authorJeff Trawick <trawick@apache.org>
Mon, 20 Sep 2004 22:17:35 +0000 (22:17 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 20 Sep 2004 22:17:35 +0000 (22:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105220 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cde447bc45331ef86edb752a377aa39f8ea84a02..67765100ffdd4aea01723b8a4b617322f624e41c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/20 20:57:13 $]
+Last modified at [$Date: 2004/09/20 22:17:35 $]
 
 Release:
 
@@ -107,6 +107,12 @@ PATCHES TO BACKPORT FROM 2.1
          modules/mappers/mod_rewrite.c: r1.259
        +1: nd, jerenkrantz
 
+    *) mod_rewrite: Handle per-location rules when r->filename is unset.
+       Previously this would segfault or simply not match as expected,
+       depending on the platform.
+         modules/mappers/mod_rewrite.c: r1.260
+       +1: trawick
+
     *) mod_headers: Support {...}s tag for SSL variable lookup.
        http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff
        +1: jorton, trawick