You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2014/10/16 15:20:37 UTC

svn commit: r1632297 - /httpd/mod_ftp/trunk/STATUS-FTP

Author: wrowe
Date: Thu Oct 16 13:20:37 2014
New Revision: 1632297

URL: http://svn.apache.org/r1632297
Log:
Note a potential trouble spot for handling data connections with hostnames

Modified:
    httpd/mod_ftp/trunk/STATUS-FTP

Modified: httpd/mod_ftp/trunk/STATUS-FTP
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/STATUS-FTP?rev=1632297&r1=1632296&r2=1632297&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/STATUS-FTP (original)
+++ httpd/mod_ftp/trunk/STATUS-FTP Thu Oct 16 13:20:37 2014
@@ -56,7 +56,8 @@ CURRENT VOTES:
 REALLY NICE TO WRAP THESE UP:
 
   * Implement RFC7151 support for the HOST command, and accept TLS-SNI
-    provided host names.
+    provided host names.  [Note: HOST does not provide direction for the
+    data connection, while TLS-SNI can provide such a hostname indication.]
 
   * For in-tree builds, extending config_vars.mk with our local
     [exp_]ftpdocsdir and installing that tree.