]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a backport vote.
authorPaul J. Reder <rederpj@apache.org>
Fri, 12 Sep 2003 19:36:17 +0000 (19:36 +0000)
committerPaul J. Reder <rederpj@apache.org>
Fri, 12 Sep 2003 19:36:17 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101232 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6754a549270e6d33c8fa76ad644bfb1db3e52b07..699ba91cec8778ab354f5571b7d9a9580b5ed672 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/09/11 18:30:31 $]
+Last modified at [$Date: 2003/09/12 19:36:17 $]
 
 Release:
 
@@ -65,6 +65,12 @@ PATCHES TO PORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * The cache code should be able to cache a response if it has an
+      Expires header but no Etag or Last-Modified headers. This submitted
+      patch (by bjorn@exoweb.net) resolves PR 23130.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_cache.c.diff?r1=1.76&r2=1.77
+      +1: rederpj
+
     * Modifies the cache code to be header-location agnostic. Also
       fixes a number of other cache code bugs related to PR 15852
       (an RFC 2616 violation).