]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote, propose.
authorNick Kew <niq@apache.org>
Fri, 31 Aug 2007 19:14:38 +0000 (19:14 +0000)
committerNick Kew <niq@apache.org>
Fri, 31 Aug 2007 19:14:38 +0000 (19:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571546 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index da7930fda0a8ee92213fea86acad4ffd4d8d7fef..e2978b1b2a082b846b292bce402c7f4a317bed57 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,27 @@ RELEASE SHOWSTOPPERS:
 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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       +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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        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.