From 6c21adc2d388b0f7f54b9dcac4dca97f3ebda73a Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Thu, 12 Oct 2006 23:04:40 +0000 Subject: [PATCH] It's backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463499 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 7 ------- 1 file changed, 7 deletions(-) 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: -- 2.47.2