From: Stefan Fritsch Date: Mon, 29 Aug 2011 15:29:07 +0000 (+0000) Subject: Add CHANGES entry for r1162852 X-Git-Tag: 2.2.20~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbe87b549662d5d2b06174e9a1b584c15e80056;p=thirdparty%2Fapache%2Fhttpd.git Add CHANGES entry for r1162852 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1162868 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index cf22c79862c..bd571f4a594 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes with Apache 2.2.20 *) mod_authnz_ldap: If the LDAP server returns constraint violation, don't treat this as an error but as "auth denied". [Stefan Fritsch] + *) mod_filter: Fix FilterProvider conditions of type "resp=" (response + headers) for CGI. [Joe Orton, Rainer Jung] + *) mod_reqtimeout: Fix a timed out connection going into the keep-alive state after a timeout when discarding a request body. PR 51103. [Stefan Fritsch]