From: Ruediger Pluem Date: Sat, 4 Feb 2006 21:41:44 +0000 (+0000) Subject: * Backported proposal as r374931. This makes the showstopper obsolete. X-Git-Tag: 2.2.1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c91af6dec996c9d2ebf33db39af7dd7b91be004;p=thirdparty%2Fapache%2Fhttpd.git * Backported proposal as r374931. This makes the showstopper obsolete. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374932 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d6166d062cd..af4c25f35a4 100644 --- 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: