]> granicus.if.org Git - apache/commitdiff
* Add proposals
authorRuediger Pluem <rpluem@apache.org>
Tue, 26 Jul 2016 07:19:55 +0000 (07:19 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 26 Jul 2016 07:19:55 +0000 (07:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754075 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 96957043e7aeeaec5c6454328aaf8c2665e251bc..064edc8e2ec0dad9c40c0a4bf1bb0e8fa61bd4e5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -210,6 +210,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: wrowe, covener
 
+  *) mod_proxy: Correctly consider error response codes by the backend when
+     processing failonstatus. PR 59869
+      Trunk version of patch:
+         http://svn.apache.org/r1753592
+      Backport version for 2.4.x of patch:
+         Trunk version of patch works (modulo CHANGES)
+      +1: rpluem,
+
+  *) mod_proxy_balancer: Prevent redirect loops between workers within a
+     balancer by limiting the number of redirects to the number balancer
+     members. PR 59864
+      Trunk version of patch:
+         http://svn.apache.org/r1753594
+      Backport version for 2.4.x of patch:
+         Trunk version of patch works (modulo CHANGES)
+      +1: rpluem,
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if