1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

backport ldap issue

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105344 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bradley Nicholes
2004-09-29 17:45:30 +00:00
parent 52c225b0db
commit cb0cf95107

View File

@@ -11,8 +11,6 @@ Changes with Apache 2.1.0-dev
*) mod_disk_cache: Correctly store cached content type. PR 30278.
[R<>diger Pl<50>m <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]