You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/08/31 21:14:38 UTC

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

Author: niq
Date: Fri Aug 31 12:14:38 2007
New Revision: 571546

URL: http://svn.apache.org/viewvc?rev=571546&view=rev
Log:
Vote, promote, propose.

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=571546&r1=571545&r2=571546&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Aug 31 12:14:38 2007
@@ -79,6 +79,27 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_proxy: Enable ProxySet inside <Proxy> section to create balancer or
+      worker if they were not already created. This allows to have ProxySet
+      directive before BalancerMember directives inside Proxy section.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=427920&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem, jim, niq
+
+    * mod_proxy: Allow optional name=value options within <Proxy section line.
+      Additional arguments are allowed only for 'standard' url's, meaning that
+      the wildchar urls will return error like before. This allow to specify
+      the worker/balancer parameters on the definition line, without the need
+      for extra ProxySet options.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=427928&view=rev
+         http://svn.apache.org/viewcvs.cgi?rev=428291&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem, jim, niq
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -144,27 +165,6 @@
       +1 for core, modules/dav, modules/filters, and modules/ssl
       Not Applicable to modules/aaa
 
-    * mod_proxy: Enable ProxySet inside <Proxy> section to create balancer or
-      worker if they were not already created. This allows to have ProxySet
-      directive before BalancerMember directives inside Proxy section.
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=427920&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: rpluem, jim
-
-    * mod_proxy: Allow optional name=value options within <Proxy section line.
-      Additional arguments are allowed only for 'standard' url's, meaning that
-      the wildchar urls will return error like before. This allow to specify
-      the worker/balancer parameters on the definition line, without the need
-      for extra ProxySet options.
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=427928&view=rev
-         http://svn.apache.org/viewcvs.cgi?rev=428291&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: rpluem, jim
-
     * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
       to authorize an authenticated user via a "require ldap-group X" directive
       where the user is not in group X, but is in a subgroup contained in X.
@@ -208,9 +208,24 @@
        This change is not required for trunk because of the authz-provider model
      2.2.x version of patch:
       http://people.apache.org/~covener/2.2.x-authnz_ldap-decline.diff  
-     +1: covener
-           
-     
+     +1: covener, niq
+
+   * mod_proxy_connect: Fix potential proxy segfault
+     PR 40756
+     http://svn.apache.org/viewvc?view=rev&revision=571414
+     +1: niq
+
+   * mod_proxy_http: Don't wait for response body in a HEAD request
+     PR 41644
+     http://svn.apache.org/viewvc?view=rev&revision=571002
+     +1: niq
+
+   * mod_proxy: Add ProxyPass status option to ignore errors
+     PR 43167
+     http://svn.apache.org/viewvc?view=rev&revision=571338
+     +1: niq
+
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.