]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Submit a patch for backporting.
authorPaul J. Reder <rederpj@apache.org>
Thu, 11 Sep 2003 15:16:17 +0000 (15:16 +0000)
committerPaul J. Reder <rederpj@apache.org>
Thu, 11 Sep 2003 15:16:17 +0000 (15:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101219 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ef056d8d713fbf55eaacadee7b42d87871145223..bf856fd281b646b1c696cef48b55d16a334456c0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/09/10 17:34:32 $]
+Last modified at [$Date: 2003/09/11 15:16:17 $]
 
 Release:
 
@@ -65,6 +65,18 @@ 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! ]
 
+    * 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).
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/cache_storage.c.diff?r1=1.28&r2=1.29
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/cache_util.c.diff?r1=1.27&r2=1.28
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_cache.c.diff?r1=1.74&r2=1.75
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_cache.h.diff?r1=1.39&r2=1.40
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_disk_cache.c.diff?r1=1.46&r2=1.47
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_mem_cache.c.diff?r1=1.93&r2=1.94
+      +1: rederpj
+      
+
     * 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