From: Ruediger Pluem Date: Sun, 23 Oct 2005 14:17:28 +0000 (+0000) Subject: * Backported r327179. Sync with 2.2.x CHANGES. X-Git-Tag: 2.3.0~2849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209658bc25473e80a1faa3b5a1c3e85f8e227170;p=thirdparty%2Fapache%2Fhttpd.git * Backported r327179. Sync with 2.2.x CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@327794 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 287e4e176f9..2d816f7a6e4 100644 --- a/CHANGES +++ b/CHANGES @@ -5,9 +5,6 @@ Changes with Apache 2.3.0 *) 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] @@ -27,6 +24,9 @@ Changes with Apache 2.3.0 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. [Ruediger Pluem, William Rowe]