]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a 2.0.x backport for AddOutputFilterByType vs. proxy PR31226
authorEric Covener <covener@apache.org>
Wed, 10 Oct 2007 18:13:31 +0000 (18:13 +0000)
committerEric Covener <covener@apache.org>
Wed, 10 Oct 2007 18:13:31 +0000 (18:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@583565 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f153002ce18567143699af2be856230aa3579a91..5e18e3dd104530eb30d4de797cfffb8318493199 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -150,6 +150,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        +1: wrowe, colm
        -1: jim (does not cleanly backport)
 
+    *) Backport 327179; PR 31226; allow ap_add_output_filters_by_type to handle
+       proxied requests.  Basic tests by jorton and [rpluem] 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.
+         http://svn.apache.org/viewvc?view=rev&revision=327179
+                 
+       +0: covener
+             do we need to make people opt-in for this behavior to 
+             backport it to 2.0.x? What mechanism?
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.