]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add a proposal
authorRuediger Pluem <rpluem@apache.org>
Sun, 5 Aug 2007 12:55:31 +0000 (12:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 5 Aug 2007 12:55:31 +0000 (12:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562862 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9f011a2c6761bc3f75cef0c25b84e5ba1d295ac3..bd7dc6b1bae8c44dca3f047ee37c82e0fef20486 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -349,6 +349,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       rpluem says: Only one minor style nit: There is a tab before
       ap_proxy_date_canon. Otherwise +1 on the patch.
 
+    * mod_core: Avoid that relative changes to Options change the settings for
+      FileETag. This does NOT address the remaining issues with relative
+      settings and FileETag mentioned in PR 42027, but at least it isolates the
+      problem to them. Hence there is no CHANGES entry yet. Fixing the other
+      issues needs some time and thought. Currently these issues can be worked
+      around with absolute settings.
+      PR: 42027
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=562860&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem
+
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.