[
https://issues.apache.org/jira/browse/NET-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved NET-518.
----------------------
Resolution: Fixed
Fix Version/s: 3.4
URL: http://svn.apache.org/r1548716
Log:
NET-518 FTPClient#initFeatureMap should not initialize empty map if reply code
is 530
Modified:
commons/proper/net/trunk/src/changes/changes.xml
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
> FTPClient#initFeatureMap should not initialize empty map if reply code is 530
> -----------------------------------------------------------------------------
>
> Key: NET-518
> URL: https://issues.apache.org/jira/browse/NET-518
> Project: Commons Net
> Issue Type: Bug
> Components: FTP
> Affects Versions: 3.3
> Reporter: David Kocher
> Fix For: 3.4
>
>
> Some servers reply with 530 when requesting features before being logged in.
> However sending FEAT is used to determine if the server supports secured
> connection before attempting to login using an unsecured connection.
> Due to the caching of the empty map subsequent feature detection fails.
--
This message was sent by Atlassian JIRA
(v6.1#6144)