You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2009/01/07 20:44:33 UTC

svn commit: r732445 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Wed Jan  7 11:44:32 2009
New Revision: 732445

URL: http://svn.apache.org/viewvc?rev=732445&view=rev
Log:
add two proposals

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=732445&r1=732444&r2=732445&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Jan  7 11:44:32 2009
@@ -124,6 +124,27 @@
         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).