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 2008/09/13 22:49:23 UTC

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

Author: rpluem
Date: Sat Sep 13 13:49:23 2008
New Revision: 695029

URL: http://svn.apache.org/viewvc?rev=695029&view=rev
Log:
* Add some proposals

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=695029&r1=695028&r2=695029&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Sep 13 13:49:23 2008
@@ -228,6 +228,23 @@
        Trunk version of patches works
    +1: gregames, rpluem
 
+ * mod_substitute: Allow empty substitute patterns (to remove data from the
+   stream), but disallow empty search patterns.
+   Trunk version of patches:
+      http://svn.apache.org/viewvc?rev=693727&view=rev
+      http://svn.apache.org/viewvc?rev=693728&view=rev
+   Backport version for 2.2.x of patch:
+       Trunk version of patches works
+   +1: rpluem
+
+ * mod_proxy_ajp: If CPING fails retry once more with a fresh TCP connection.
+   If this fails as well give up.
+   Trunk version of patches:
+      http://svn.apache.org/viewvc?rev=693392&view=rev
+   Backport version for 2.2.x of patch:
+       Trunk version of patches works
+   +1: rpluem
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when