From: Stefan Fritsch Date: Wed, 25 Jan 2012 20:27:53 +0000 (+0000) Subject: Restore proper attribution, which somehow got lost in the backport X-Git-Tag: 2.2.22~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aadd4fbc779d46943a713e181c1bf92b314f888a;p=thirdparty%2Fapache%2Fhttpd.git Restore proper attribution, which somehow got lost in the backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1235914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b749c37b0d7..0997785aaa7 100644 --- a/CHANGES +++ b/CHANGES @@ -31,7 +31,7 @@ Changes with Apache 2.2.22 mod_log_config: Fix segfault (crash) when the '%{cookiename}C' log format string is in use and a client sends a nameless, valueless cookie, causing a denial of service. The issue existed since version 2.2.17. PR 52256. - [Stefan Fritsch] + [Rainer Canavan ] *) mod_proxy_ajp: Try to prevent a single long request from marking a worker in error. [Jean-Frederic Clere]