You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2005/10/23 16:17:32 UTC

svn commit: r327794 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Sun Oct 23 07:17:28 2005
New Revision: 327794

URL: http://svn.apache.org/viewcvs?rev=327794&view=rev
Log:
* Backported r327179. Sync with 2.2.x CHANGES.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=327794&r1=327793&r2=327794&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Oct 23 07:17:28 2005
@@ -5,9 +5,6 @@
   *) mod_proxy_ajp: Do not spool the entire response from AJP backend before
      sending it up the filter chain. PR37100.  [Ruediger Pluem]
 
-  *) core: AddOutputFilterByType is ignored for proxied requests. PR31226.
-     [Joe Orton, Ruediger Pluem]
-
   *) Preserve the Content-Length header for a proxied HEAD request.
      PR 18757 [Greg Ames]
 
@@ -26,6 +23,9 @@
      [Martin Kraemer, David Reid]
 
 Changes with Apache 2.1.9
+
+  *) core: AddOutputFilterByType is ignored for proxied requests. PR31226.
+     [Joe Orton, Ruediger Pluem]
 
   *) mod_proxy_http: Prevent data corruption of POST request bodies when
      client accesses proxied resources with SSL. PR37145.