You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2004/09/01 20:54:15 UTC

cvs commit: httpd-2.0 STATUS

trawick     2004/09/01 11:54:15

  Modified:    .        Tag: APACHE_2_0_BRANCH STATUS
  Log:
  backport the '!' which makes AllowEncodedSlashes work
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.751.2.1037 +8 -2      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.1036
  retrieving revision 1.751.2.1037
  diff -u -r1.751.2.1036 -r1.751.2.1037
  --- STATUS	31 Aug 2004 19:38:46 -0000	1.751.2.1036
  +++ STATUS	1 Sep 2004 18:54:14 -0000	1.751.2.1037
  @@ -109,7 +109,13 @@
          UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
            support/rotatelogs.c: r1.33, r1.34, r1.35
          +1: trawick, nd
  -    
  +
  +    *) 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
  +       +1: trawick
  +
       *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
            modules/experimental/mod_auth_ldap.c: 1.28
            modules/experimental/util_ldap.c: 1.36