From: Graham Leggett Date: Thu, 12 Oct 2006 23:04:40 +0000 (+0000) Subject: It's backported. X-Git-Tag: 2.2.4~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c21adc2d388b0f7f54b9dcac4dca97f3ebda73a;p=thirdparty%2Fapache%2Fhttpd.git It's backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d609205b186..79397fd9671 100644 --- a/STATUS +++ b/STATUS @@ -77,13 +77,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * 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, rpluem, jim - * mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an authority component and an empty path, the empty path is to be equivalent to "/". It explicitly cites the following four URIs as equivalents: