From: Graham Leggett Date: Tue, 26 Sep 2006 14:38:59 +0000 (+0000) Subject: Propose another backport. X-Git-Tag: 2.2.4~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305f9f35f18bac6de56cf6f55679b9b5a29e5149;p=thirdparty%2Fapache%2Fhttpd.git Propose another backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@450064 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 42042cf70ad..c4a63b1a9c7 100644 --- a/STATUS +++ b/STATUS @@ -220,3 +220,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk: http://svn.apache.org/viewvc?view=rev&revision=450055 +1: minfrin + * 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: + http://example.com + http://example.com/ + http://example.com:/ + http://example.com:80/ + Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063 + +1: minfrin + +