From: Paul J. Reder Date: Fri, 12 Sep 2003 19:36:17 +0000 (+0000) Subject: Add a backport vote. X-Git-Tag: 2.0.48~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dadd43aeb45dc689c3eeddf470c8aa235ef2b614;p=thirdparty%2Fapache%2Fhttpd.git Add a backport vote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101232 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6754a549270..699ba91cec8 100644 --- 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).