You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2011/09/08 17:21:12 UTC

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

Author: wrowe
Date: Thu Sep  8 15:21:11 2011
New Revision: 1166742

URL: http://svn.apache.org/viewvc?rev=1166742&view=rev
Log:
Correct proxy_ajp description & svn rev... and vote up patches

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=1166742&r1=1166741&r2=1166742&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Sep  8 15:21:11 2011
@@ -166,12 +166,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 (modules/filters/mod_filter.c line 324).
                 On trunk the modules mod_dialup and mod_reflector also fiddle with Accept-Ranges
                 But once we have a complete solution in place I am very likely to be +1.
-    +1: covener (rpluem please see additions)
+    +1: covener, wrowe (rpluem please see additions)
 
-  * mod_proxy_ajp: return HTTP_BAD_REQUEST when AJP_EBAD_METHOD
+  * mod_proxy_ajp: return HTTP_NOT_IMPLEMENTED when AJP_EBAD_METHOD
     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1166551 &
-                 http://svn.apache.org/viewvc?view=revision&revision=1166557
-    +1: jfclere, jorton
+                 http://svn.apache.org/viewvc?view=revision&revision=1166657
+    +1: jfclere, jorton, wrowe
 
   * mod_proxy_ajp: try to prevent a single long request marking a worker in error.
     Improved version of: http://svn.apache.org/viewvc?view=revision&revision=1092076