summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2005-10-21 13:41:25 +0000
committerRuediger Pluem <rpluem@apache.org>2005-10-21 13:41:25 +0000
commitaabe646236a4863daede4e50fa03eaba24c5c3f2 (patch)
treea43d1b6cd91784e4e5804f0c131ea7f7d593fa08 /CHANGES
parent374a607001bebac1e8c64833294eac13faa85d97 (diff)
downloadhttpd-aabe646236a4863daede4e50fa03eaba24c5c3f2.tar.gz
* Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by
allowing ap_add_output_filters_by_type to handle proxied requests. Basic tests by jorton and me show that this works, nobody can actually remember why this limitation was introduced at all (r94028) and the mailing list archives also gave no hint. Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@327179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c8f24017ff..645318a4d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,12 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) 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]
-
+
*) mod_cache: Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which
only differ by the type from CACHE_OUT / CACHE_SAVE to ensure that
subrequests to non local resources work again. [Ruediger Pluem]