You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2007/05/19 00:45:11 UTC

svn commit: r539622 - /httpd/httpd/branches/2.2.x/STATUS

Author: jerenkrantz
Date: Fri May 18 15:45:10 2007
New Revision: 539622

URL: http://svn.apache.org/viewvc?view=rev&rev=539622
Log:
Propose two more mod_cache backports.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=539622&r1=539621&r2=539622
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri May 18 15:45:10 2007
@@ -234,6 +234,21 @@
                       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.