]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add some proposals.
authorRuediger Pluem <rpluem@apache.org>
Fri, 14 Sep 2007 11:07:31 +0000 (11:07 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 14 Sep 2007 11:07:31 +0000 (11:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575622 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 376e7b6252241b039e083d816dc91ab8601c7e1f..6621e418a29407ea8702f5a114fffca4fc7a8aac 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -166,6 +166,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, jim
 
+    * mod_rewrite: Also set the Vary header if a rewrite condition is true and
+      uses a HTTP header, but all remaining rewrite conditions are skipped due
+      to the [OR] flag.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=574201&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem
+
+    * mod_rewrite: Add the novary flag to RewriteCond in order to prevent
+      the appending of HTTP headers used in a rewrite condition to the Vary
+      header of the response.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=574684&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability