You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2007/08/02 16:14:28 UTC

svn commit: r562115 - /httpd/httpd/branches/2.2.x/CHANGES

Author: trawick
Date: Thu Aug  2 07:14:27 2007
New Revision: 562115

URL: http://svn.apache.org/viewvc?view=rev&rev=562115
Log:
backport CHANGES entry that went with rev 562103
  (http://svn.apache.org/viewvc?view=rev&rev=562103)
placing it after the security-related fixes

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=diff&rev=562115&r1=562114&r2=562115
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Thu Aug  2 07:14:27 2007
@@ -21,6 +21,11 @@
      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]