From: Eric Covener Date: Wed, 7 Jan 2009 19:44:32 +0000 (+0000) Subject: add two proposals X-Git-Tag: 2.2.12~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459ff997bfef37559d6c875cbff87690f0b95a56;p=thirdparty%2Fapache%2Fhttpd.git add two proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 82500b67efe..273fbff3cf2 100644 --- a/STATUS +++ b/STATUS @@ -124,6 +124,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~niq/patches/45959 +1: niq, rpluem + * mod_cache: Introduce 'no-cache' per-request environment variable + to prevent the saving of an otherwise cacheable response. + trunk: + http://svn.apache.org/viewvc?rev=729316&view=rev + http://svn.apache.org/viewvc?rev=729317&view=rev + 2.2.x: + trunk works + +1 covener + + * mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome + way that per-directory rewrites append the previous notion of PATH_INFO + to each substitution before evaluating subsequent rules. + PR38642 + trunk: + http://svn.apache.org/viewvc?rev=728015&view=rev + http://svn.apache.org/viewvc?rev=728220&view=rev + http://svn.apache.org/viewvc?rev=728020&view=rev (doc typo) + 2.2.x: + trunk works + +1 covener + PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).