]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Backported proposal as r374931. This makes the showstopper obsolete.
authorRuediger Pluem <rpluem@apache.org>
Sat, 4 Feb 2006 21:41:44 +0000 (21:41 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 4 Feb 2006 21:41:44 +0000 (21:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374932 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d6166d062cd1ec893988a81fa37872d298da9efa..af4c25f35a40fa4cbec12f28f99ead638980ffd0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -84,10 +84,6 @@ RELEASE SHOWSTOPPERS:
                     default value for retry (PROXY_WORKER_DEFAULT_RETRY) from
                     60 secs to 1 sec.
 
-   * mod_cache: Fix PR38017 (mod_cache not working in reverse proxy setup?)
-     Ruediger says: This is a regression against 2.0.x and makes it
-                    impossible to use mod_cache on reverse proxies.
-
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -157,13 +153,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 +        if (! (reqs[x].method_mask & (AP_METHOD_BIT << m))) {
       +1: wrowe  (for flavor requested by jorton)
 
-    * mod_cache: Fix PR38017 (mod_cache not working in reverse proxy setup?)
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=367798&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: rpluem, wrowe, colm
-
     * mod_proxy_ajp: Fix PR38340 (mod_proxy_ajp does not support common
       headers (0xA0??))
       Trunk version of patch: