You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2011/04/06 00:23:06 UTC

[jira] [Resolved] (NET-399) ftp data connection does not use connectTimeout

     [ https://issues.apache.org/jira/browse/NET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved NET-399.
----------------------

       Resolution: Fixed
    Fix Version/s: 3.0

> ftp data connection does not use connectTimeout
> -----------------------------------------------
>
>                 Key: NET-399
>                 URL: https://issues.apache.org/jira/browse/NET-399
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 2.0, 2.2
>            Reporter: Noah Levitt
>             Fix For: 3.0
>
>
> Deep inside the lengthy method org.apache.commons.net.ftp.FTPClient._openDataConnection_(int, String) we find this line
>             socket = _socketFactory_.createSocket(__passiveHost, __passivePort);
> Which I believe does not set the connect timeout when opening the connection. If the line were changed to the following, it would use the connectTimeout property. 
>             socket = connect(__passiveHost, __passivePort)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira