Issue Details (XML | Word | Printable)

Key: NET-216
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Niklas Gustavsson
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Commons Net

KeyManager and TrustManager not used for data socket

Created: 25/Apr/08 06:47 AM   Updated: 27/Apr/08 10:06 PM
Return to search
Component/s: None
Affects Version/s: 2.0
Fix Version/s: 2.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works NET-216-jdk1.5.patch 2008-04-25 12:15 PM Magnus Grimsell 3 kB
Text File NET-216.patch 2008-04-25 06:47 AM Niklas Gustavsson 3 kB

Resolution Date: 27/Apr/08 10:06 PM


 Description  « Hide
When setting the KeyManager and TrustManager for FtpsClient, it will not be used for the data connection. In addition, the current code eats an exception and just dumps it to stderr.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Niklas Gustavsson added a comment - 25/Apr/08 06:47 AM
Attaching patch for this issue

Magnus Grimsell added a comment - 25/Apr/08 12:15 PM
Same as Niklas patch but will compile on jdk 1.5.

Rory Winston added a comment - 27/Apr/08 10:06 PM
Patch applied. Thanks.