From: Ruediger Pluem Date: Sun, 7 Dec 2008 12:36:00 +0000 (+0000) Subject: * Add a proposal X-Git-Tag: 2.2.12~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a40055d02d47adf54f05138dc62670d50a0961b;p=thirdparty%2Fapache%2Fhttpd.git * Add a proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@724127 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0d5a987b4e2..01d3a00ea18 100644 --- a/STATUS +++ b/STATUS @@ -89,6 +89,16 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] + + * mod_cache: When an expires or cache-control header are sent, the RFC does + allow us to cache normally non-cacheable response statuses. + PR 46346. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=724093&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).