You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/04/09 12:26:05 UTC

svn commit: r392700 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Sun Apr  9 03:25:59 2006
New Revision: 392700

URL: http://svn.apache.org/viewcvs?rev=392700&view=rev
Log:
* Propose two patches for backport

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=392700&r1=392699&r2=392700&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Apr  9 03:25:59 2006
@@ -91,4 +91,20 @@
       -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
+