getClientCertificates does not work in explicit mode
----------------------------------------------------

                 Key: FTPSERVER-151
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-151
             Project: FtpServer
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0-M2
            Reporter: Niklas Gustavsson
            Assignee: Niklas Gustavsson
             Fix For: 1.0-M3


Another possible issue regarding the name of the filters is the metod 
getClientCertificates() in FTPIoSession.java:
      if(getFilterChain().contains("sslFilter")) {
            SslFilter sslFilter = (SslFilter) getFilterChain().get("sslFilter");

Here, we only check if implicit SSL mode is set - and I guess we also want to 
be able to obtain the client certificate in explicit-ssl mode. 

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

Reply via email to