From: Jim Jagielski Date: Wed, 5 Mar 2008 15:43:13 +0000 (+0000) Subject: Vote X-Git-Tag: 2.2.9~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=428f5eec41a13f733b697a9792c37cbf80635e48;p=thirdparty%2Fapache%2Fhttpd.git Vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@633882 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8d05b9478fb..ada36cfad78 100644 --- a/STATUS +++ b/STATUS @@ -205,15 +205,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_rewrite: Stat all files for DBM maps (PR41190) Trunk version of patch: http://svn.apache.org/viewvc?rev=632730&view=rev + http://svn.apache.org/viewvc?rev=633791&view=rev Backport version for 2.2.x of patch: Trunk version of patch should work (modulo CHANGES). - +1: nikke, rpluem - -0: jim (even though not a public API, not happy with adding - checkfile2 smack in the middle of rewritemap_entry... - Will create a 2.2 specific patch to address this). - rpluem says: Good catch. I missed this. I think it would be better - to fix this in trunk to keep 2.2.x and trunk more - diffable. Fixed on trunk in r633791. + +1: nikke, rpluem, jim * mod_cache: Revalidate cache entities which have Cache-Control: no-cache set in their response headers. PR44511