From: Jeff Trawick Date: Thu, 13 May 2004 23:45:14 +0000 (+0000) Subject: sync with stable branch X-Git-Tag: pre_ajp_proxy~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f4c8dc07b2c638d196d772cbd879447e07cbcf2;p=apache sync with stable branch (there was never a CHANGES entry in 2.1-dev) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103681 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2732440cb6..4bfab9e0c2 100644 --- a/CHANGES +++ b/CHANGES @@ -363,6 +363,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) Ensure that lines in the request which are too long are + properly terminated before logging. + [Tsurutani Naoki ] + *) Update the bind credentials for the cached LDAP connection to reflect the last bind. This prevents util_ldap from creating unnecessary connections rather than reusing cached connections.