]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Committed revision 777191.
authorJim Jagielski <jim@apache.org>
Thu, 21 May 2009 17:30:28 +0000 (17:30 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 May 2009 17:30:28 +0000 (17:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@777192 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 02a3ae3448bde28dd1f6b808066bef968647b14b..4284c6c76b456ae4d55805b2047ba434049c4bb6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,17 +87,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
- * proxy_util: Resolve broken ProxyPassReverse balancer: given the config;
-     BalancerMember balancer://alias http://example.com/foo
-     ProxyPassReverse /bash balancer://alias/bar
-   proxy should translate url http://example.com/foo/bar/that to /bash/that
-   Trunk version of patch works:
-       http://svn.apache.org/viewvc?view=rev&revision=771587
-   Addresses PR's 40136, 45434, 46765
-   +1: wrowe, jim
-   rpluem says: If you add r771610
-   (http://svn.apache.org/viewvc?view=rev&revision=771610) I am +1.
-
  * log: Provide "||program" syntax to optionally restore behavior broken in
      2.0.50 which leads to bad process handling on Solaris and wasted process
      resources on all platforms.