]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose another backport.
authorGraham Leggett <minfrin@apache.org>
Tue, 26 Sep 2006 14:38:59 +0000 (14:38 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 26 Sep 2006 14:38:59 +0000 (14:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@450064 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 42042cf70adf8cd7e8b33103404bb4f0a83276d3..c4a63b1a9c78eb7373e48a100306fc7ee835b8e9 100644 (file)
--- 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
+
+