]> granicus.if.org Git - apache/commitdiff
* Add proposal
authorRuediger Pluem <rpluem@apache.org>
Fri, 21 Aug 2015 13:32:51 +0000 (13:32 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 21 Aug 2015 13:32:51 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696970 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 864ee4d7d6dfabe31df7b2ac3d7482875e0d6f4c..248576992d7fdedf0b652d9c13e2d22336bb35a8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -271,6 +271,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk works (modulo CHANGES and log-message-tags)
      +1: ylavic
 
+  *) mod_proxy: Give ap_proxy_post_request as chance to act correctly on the status code
+     by setting r->status temporarily to access_status. r->status might be different than
+     access_status e.g. r->status could be HTTP_OK if e.g. we override the error page on
+     the proxy or if the error was not generated by the backend itself but by the proxy
+     e.g. a bad gateway.
+     Trunk version of patch:
+        http://svn.apache.org/r1597352
+     Backport version for 2.4.x of patch:
+        Trunk version of patch works
+     +1: rpluem,
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED