You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2008/04/25 08:47:56 UTC

[jira] Created: (NET-216) KeyManager and TrustManager not used for data socket

KeyManager and TrustManager not used for data socket
----------------------------------------------------

                 Key: NET-216
                 URL: https://issues.apache.org/jira/browse/NET-216
             Project: Commons Net
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Niklas Gustavsson


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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (NET-216) KeyManager and TrustManager not used for data socket

Posted by "Rory Winston (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rory Winston closed NET-216.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Patch applied. Thanks.

> KeyManager and TrustManager not used for data socket
> ----------------------------------------------------
>
>                 Key: NET-216
>                 URL: https://issues.apache.org/jira/browse/NET-216
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Niklas Gustavsson
>             Fix For: 2.0
>
>         Attachments: NET-216-jdk1.5.patch, NET-216.patch
>
>
> 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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NET-216) KeyManager and TrustManager not used for data socket

Posted by "Magnus Grimsell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Magnus Grimsell updated NET-216:
--------------------------------

    Attachment: NET-216-jdk1.5.patch

Same as Niklas patch but will compile on jdk 1.5.

> KeyManager and TrustManager not used for data socket
> ----------------------------------------------------
>
>                 Key: NET-216
>                 URL: https://issues.apache.org/jira/browse/NET-216
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Niklas Gustavsson
>         Attachments: NET-216-jdk1.5.patch, NET-216.patch
>
>
> 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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NET-216) KeyManager and TrustManager not used for data socket

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson updated NET-216:
----------------------------------

    Attachment: NET-216.patch

Attaching patch for this issue

> KeyManager and TrustManager not used for data socket
> ----------------------------------------------------
>
>                 Key: NET-216
>                 URL: https://issues.apache.org/jira/browse/NET-216
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Niklas Gustavsson
>         Attachments: NET-216.patch
>
>
> 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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.