]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Dec 2007 01:21:28 +0000 (01:21 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Dec 2007 01:21:28 +0000 (01:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607641 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 14393783fbd0a93724c622e5db454a1a5a7f3bc8..b4179676f5ef6462eea2b6f2b553b048109bf4c3 100644 (file)
--- 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