From: William A. Rowe Jr Date: Mon, 31 Dec 2007 01:21:28 +0000 (+0000) Subject: Propose X-Git-Tag: 2.2.7~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e13c203fc921387232e0585db6e6eacf8ac7ad;p=thirdparty%2Fapache%2Fhttpd.git Propose git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607641 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 14393783fbd..b4179676f5e 100644 --- a/STATUS +++ b/STATUS @@ -97,6 +97,10 @@ RELEASE SHOWSTOPPERS: create a regression by this patch but only enforce browsers who do not act in an RFC compliant manner to do so. So please reconsider your -1. + wrowe echos rpluem's sentiments, and argues supporting non-RFC clients + is not a key purpose of httpd. However, if the associated non + showstopper new-feature will satisfy you, perhaps this should + be adopted (c.f. mod_proxy_ftp below). * mod_proxy_balancer: Correctly escape the worker route and the worker redirect string in the HTML output of the balancer manager. @@ -192,6 +196,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: by sending headers in cases where we did not before. It needs to be evaluated first if this is the correct thing to do. + * mod_proxy_ftp: Introduce the ProxyFtpDirCharset directive, allowing + the administrator to identify a default, or specific servers or paths + which list their contents in other-than ISO-8859-1 charset (e.g. utf-8). + [Ruediger Pluem] + trunk version; http://svn.apache.org/viewvc?view=rev&revision=607638 + +1: wrowe + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when