summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2007-05-18 22:45:10 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2007-05-18 22:45:10 +0000
commite2f0a314f5e88b201be2282cb02ae1a10f836998 (patch)
tree3d00a1d712ab99112a203cd4e3c7022f1b41bf68
parent1060d647762104a2b00aa77a9dc0e0499b0ba4cd (diff)
downloadhttpd-e2f0a314f5e88b201be2282cb02ae1a10f836998.tar.gz
Propose two more mod_cache backports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539622 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS15
1 files changed, 15 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 99922d87cd..dde7bed37a 100644
--- 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.