From: Bradley Nicholes Date: Mon, 24 Feb 2003 23:32:42 +0000 (+0000) Subject: LDAP stabilization work X-Git-Tag: pre_ajp_proxy~2080 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=636781994c2eeae2ca68da061921cb01e068b7ed;p=apache LDAP stabilization work git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98788 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2f9a367c59..c0f4bdbb8b 100644 --- a/CHANGES +++ b/CHANGES @@ -127,6 +127,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Fixed a problem with mod_ldap which caused it to fault when caching + was disabled. Needed to make sure that the code did not + attempt to use the cache if it didn't exist. [Brad Nicholes] + *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by mod_rewrite proxied URLs will not be escaped accidentally by mod_proxy's fixup. PR 16368 [André Malo]