]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
whoops, needed a more complete fix for AllowEncodedSlashes
authorJeff Trawick <trawick@apache.org>
Thu, 2 Sep 2004 19:52:23 +0000 (19:52 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 2 Sep 2004 19:52:23 +0000 (19:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104938 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 110806c4baf84dc50191df89bcbe99851520c0be..9a4f92ef6ea4990300744dda4fe770bc99ff3002 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/02 11:18:44 $]
+Last modified at [$Date: 2004/09/02 19:52:23 $]
 
 Release:
 
@@ -113,7 +113,7 @@ PATCHES TO BACKPORT FROM 2.1
     *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
        is enabled.  Previously, such urls would still be rejected with
        404.
-         server/util.c: r1.148
+         server/util.c: r1.148, r1.149
        +1: trawick
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.