From: Nick Kew Date: Sat, 29 Dec 2007 19:50:11 +0000 (+0000) Subject: Propose, veto. X-Git-Tag: 2.2.7~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939319702d834a6017f7daa3dd1bf93d7a223ecc;p=thirdparty%2Fapache%2Fhttpd.git Propose, veto. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7350d4e4ac2..0af59cad1bb 100644 --- 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