]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose, veto.
authorNick Kew <niq@apache.org>
Sat, 29 Dec 2007 19:50:11 +0000 (19:50 +0000)
committerNick Kew <niq@apache.org>
Sat, 29 Dec 2007 19:50:11 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607468 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7350d4e4ac2e0796fce5a9349440692eb5f022d3..0af59cad1bbcb7efb4b5b35940899c40d9961a27 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -88,6 +88,11 @@ RELEASE SHOWSTOPPERS:
       wrowe notes; as nice as customization might be, this mirrors the behavior
       or all RFC conformant browsers, and additional customization can come
       as a new feature in the future.
+      -1: niq.  We cannot label FTP directory listings as ISO-8859-1 unless
+                we ensure they really are (e.g. some backend platforms will
+                give us UTF-8).  Also mod_dav embeds r->uri in the response:
+                we would need to URL-escape that before HTML-escaping it
+                to ensure that it's ISO-8859-1-compatible.
 
    * mod_proxy_balancer: Prevent crash in balancer manager if invalid balancer
      name is passed as parameter.
@@ -170,6 +175,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?r1=580598&r2=607219&pathrev=607219
      +1: niq, wrowe
 
+   * mod_dav: Fix evaluation of If-Match * and If-None-Match * conditionals.
+     PR 38034
+     http://svn.apache.org/viewvc?view=rev&revision=607466
+     +1: niq
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when