]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport CHANGES entry that went with rev 562103
authorJeff Trawick <trawick@apache.org>
Thu, 2 Aug 2007 14:14:27 +0000 (14:14 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 2 Aug 2007 14:14:27 +0000 (14:14 +0000)
  (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

CHANGES

diff --git a/CHANGES b/CHANGES
index 909944f9159857659ef4b1f4e9934eef8115074b..dc574ad37127eb5dd89f1fc86a02512065ca6979 100644 (file)
--- 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 <davi haxent.com.br>]
 
+  *) 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]