Commit 21a2aa06 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

backport ldap issue


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105344 13f79535-47bb-0310-9956-ffa450edef68
parent af5bc175
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,8 +11,6 @@ Changes with Apache 2.1.0-dev
  *) mod_disk_cache: Correctly store cached content type.  PR 30278.
     [Rdiger Plm <r.pluem t-online.de>]
  *) Fix a segfault in the LDAP cache purge. [Jess Holle <jessh ptc.com>]
  *) 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.  [Jeff Trawick]
@@ -420,6 +418,9 @@ Changes with Apache 2.1.0-dev
Changes with Apache 2.0.53
  *) Fix the re-linking issue when purging elements from the LDAP cache
     PR 24801 [Jess Holle <jessh ptc.com>]
      
  *) mod_disk_cache: Fix races in saving responses.  [Justin Erenkrantz]
  *) Fix Expires handling in mod_cache.  [Justin Erenkrantz]