From: Bill Stoddard Date: Fri, 1 Oct 2004 15:07:49 +0000 (+0000) Subject: propose backports X-Git-Tag: 2.0.53~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661084b37096e87eeb234c51b83824b53f9edfba;p=thirdparty%2Fapache%2Fhttpd.git propose backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105359 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0e8be25323b..9bb879d4ed0 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/10/01 14:54:55 $] +Last modified at [$Date: 2004/10/01 15:07:49 $] Release: @@ -89,6 +89,25 @@ PATCHES TO BACKPORT FROM 2.1 modules/experimental/mod_disk_cache.c?r1=1.61&r2=1.62 +1: jerenkrantz, stoddard + *) Correctly store cache content type. PR 30278 + modules/experimental/mod_disk_cache.c?r1=1.62&r2=1.63 + +1: stoddard + + *) Do not store aborted content + modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64 + +1: stoddard + + *) Try to correctly follow RFC 2616 13.3 on validating stale cache responses by + teaching mod_cache's cache_select_url and cache_save_filter how to deal with + this corner case. + modules/experimental/cache_storage.c?r1=1.39&r2=1.40 + modules/experimental/cache_util.c?r1=1.34&r2=1.35 + modules/experimental/mod_cache.c?r1=1.91&r2=1.92 + modules/experimental/mod_cache.h?r1=1.50&r2=1.51 + modules/experimental/mod_disk_cache.c?r1=1.64&r2=1.65 + modules/experimental/mod_mem_cache.c?r1=1.117&r2=1.118 + +1: stoddard + *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036. (2.0 + 1.3) http://www.apache.org/~nd/dbmmap_1.3.patch