[
https://issues.apache.org/jira/browse/NET-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586194#action_12586194
]
Sebb commented on NET-203:
--------------------------
Patched in NET_2_0:
http://svn.apache.org/viewvc?rev=645322&view=rev
(FTPSClient is not currently part of trunk)
> FTPSClient uses mutable objects for CipherSuites and Protocols
> --------------------------------------------------------------
>
> Key: NET-203
> URL: https://issues.apache.org/jira/browse/NET-203
> Project: Commons Net
> Issue Type: Bug
> Affects Versions: 1.5, 2.0
> Reporter: Sebb
> Attachments: FTPSClient.patch
>
>
> FTPSClient uses mutable objects for CipherSuites and Protocols.
> The setxxx methods ought to copy the arrays, rather than storing a reference
> to them.
> As these arrays are used in establishing a secure connection, it's important
> that the data is also secure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.