From: Graham Leggett Date: Tue, 26 Sep 2006 14:15:30 +0000 (+0000) Subject: Propose a backport X-Git-Tag: 2.2.4~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8771c49f8423fdeac92e913e1094cc5a80a9df99;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@450058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 434d66ce112..42042cf70ad 100644 --- a/STATUS +++ b/STATUS @@ -213,3 +213,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x: http://people.apache.org/~minfrin/mod_disk_cache-lfsconfig-2.2.patch +1: minfrin + * mod_cache: Don't cache requests with a expires date in the past; + otherwise mod_cache will always try to cache the URL. This bug + might lead to numerous rename() errors on win32 if the URL was + previously cached. + Trunk: http://svn.apache.org/viewvc?view=rev&revision=450055 + +1: minfrin +