]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose two more mod_cache backports.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 18 May 2007 22:45:10 +0000 (22:45 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 18 May 2007 22:45:10 +0000 (22:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539622 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 99922d87cd6b090c6097d3361542fc6e3dcff478..dde7bed37aa35496836ae2f8f2451e5630e30863 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -234,6 +234,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                       backported to 2.2.x so far. So I reset the votes and add a
                       version of the patch that applies cleanly to 2.2.x.
 
+    * mod_cache: Correctly handle HEAD requests on expired cache content.
+      PR 41230
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=539620
+      2.2.x version of patch:
+        (trunk applies cleanly)
+      +1: jerenkrantz
+
+    * mod_cache: Do not set Date or Expires when missing/invalid.
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=539621
+      2.2.x version of patch:
+        (trunk applies cleanly)
+      +1: jerenkrantz
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.