From: Jeff Trawick Date: Thu, 2 Sep 2004 19:52:23 +0000 (+0000) Subject: whoops, needed a more complete fix for AllowEncodedSlashes X-Git-Tag: 2.0.51~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1d1e263960b41797d759f08bb40c91fb7edbf5;p=thirdparty%2Fapache%2Fhttpd.git whoops, needed a more complete fix for AllowEncodedSlashes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104938 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 110806c4baf..9a4f92ef6ea 100644 --- 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.