You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/08/05 14:55:32 UTC

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

Author: rpluem
Date: Sun Aug  5 05:55:31 2007
New Revision: 562862

URL: http://svn.apache.org/viewvc?view=rev&rev=562862
Log:
* Add a proposal

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?view=diff&rev=562862&r1=562861&r2=562862
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Aug  5 05:55:31 2007
@@ -349,6 +349,20 @@
       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.