
wrowe at apache
Jun 7, 2009, 9:47 PM
Post #1 of 1
(168 views)
Permalink
|
|
svn commit: r782520 - /httpd/mod_ftp/trunk/STATUS-FTP
|
|
Author: wrowe Date: Mon Jun 8 04:47:42 2009 New Revision: 782520 URL: http://svn.apache.org/viewvc?rev=782520&view=rev Log: Two uncomfortable truths 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=782520&r1=782519&r2=782520&view=diff ============================================================================== --- httpd/mod_ftp/trunk/STATUS-FTP (original) +++ httpd/mod_ftp/trunk/STATUS-FTP Mon Jun 8 04:47:42 2009 @@ -39,7 +39,18 @@ RELEASE SHOWSTOPPERS: - + * (1.0 stopper) - API change, the register new function should take an + arguement suitable for display in the FEAT response, such that the + implementor of FOO could display OPT1,OPT2 to FEAT. The immediate + case for this API change is registration of the EPRT/EPSV commands + (and essentially, anything that appears after RFC 959). + + * (1.0 stopper) - API change, OPTS needs to be implemented and extensible, + such that various registered command handlers accept their corresponding + OPTS behavior. RFC 2389 further requires that OPTS is implemented when + ever FEAT is implemented, so this implementation is nonconforming. + Consider a few other commands such as AUTH might need sub-delegation + facilities, as well. CURRENT RELEASE NOTES:
|