]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add two proposals
authorEric Covener <covener@apache.org>
Wed, 7 Jan 2009 19:44:32 +0000 (19:44 +0000)
committerEric Covener <covener@apache.org>
Wed, 7 Jan 2009 19:44:32 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732445 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 82500b67efe4bf505c01852abdcea0c5a1292fef..273fbff3cf20c9be34bb19c09eda18035206ee7d 100644 (file)
--- 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).