From: Ruediger Pluem Date: Sun, 9 Apr 2006 10:25:59 +0000 (+0000) Subject: * Propose two patches for backport X-Git-Tag: 2.2.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1261816215e664095b0675dd5ad32440d6d7332c;p=thirdparty%2Fapache%2Fhttpd.git * Propose two patches for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@392700 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 16108f02f24..21251da7291 100644 --- a/STATUS +++ b/STATUS @@ -91,4 +91,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -1 bnicholes - The authorization refactoring that was done is for 2.3 and above. This can not be backported to 2.2. + * Default handler: Don't return output filter apr_status_t values. PR 31759. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=390922&view=rev + http://svn.apache.org/viewcvs?rev=391025&view=rev + 2.2.x version of patch: + Trunk version works + +1: rpluem + + * mod_proxy: Forward proxy requests created by mod_rewrite to the correct + backend server. PR 39253. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=392613&view=rev + 2.2.x version of patch: + Trunk version works + +1: rpluem +