From: Eric Covener Date: Wed, 10 Oct 2007 18:13:31 +0000 (+0000) Subject: propose a 2.0.x backport for AddOutputFilterByType vs. proxy PR31226 X-Git-Tag: 2.0.62~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99e8a317d85c29f1bbdb670681b8f6530cd6f731;p=thirdparty%2Fapache%2Fhttpd.git propose a 2.0.x backport for AddOutputFilterByType vs. proxy PR31226 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@583565 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f153002ce18..5e18e3dd104 100644 --- 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.