From: Jeff Trawick Date: Thu, 2 Aug 2007 14:14:27 +0000 (+0000) Subject: backport CHANGES entry that went with rev 562103 X-Git-Tag: 2.2.5~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a4536f90c0c6c4fac175acb818744248313037;p=thirdparty%2Fapache%2Fhttpd.git backport CHANGES entry that went with rev 562103 (http://svn.apache.org/viewvc?view=rev&rev=562103) placing it after the security-related fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562115 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 909944f9159..dc574ad3712 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,11 @@ Changes with Apache 2.2.5 values could previously point to cleaned up storage. PR 41551. [Davi Arnaut ] + *) mod_deflate: don't try to process metadata buckets as data. what should + have been a 413 error was logged as a 500 and a blank screen appeared + at the browser. + [Greg Ames, Ruediger Pluem] + *) mod_cgi, mod_cgid: Fix use of CGI scripts as ErrorDocuments. PR 39710. [Paul Querna, Ruediger Pluem]