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

STATUS

diff --git a/STATUS b/STATUS
index 07d95f3f34ed82a9e9a01849bde67d88d745d327..279292bd5bc04f2b597772ea7123d0b568cd4aec 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/08 11:51:12 $]
+Last modified at [$Date: 2003/08/12 20:17:45 $]
 
 Release:
 
@@ -65,6 +65,11 @@ 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! ]
 
+    * Correct the code in ap_check_cache_feshness to check max_age, smax_age,
+      and expires correctly. This is a RFC 2616 compliance issue.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/cache_util.c.diff?r1=1.26&r2=1.27
+      +1: rederpj
+
     * mod_rewrite.c: Fix mod_rewrite's support of the [P] option to send
       rewritten request using "proxy:". The code was adding multiple "proxy:"
       fields in the rewritten URI. PR: 13946.