Description
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.
Attachments
Issue Links
- is blocked by
-
FTPSERVER-150 CLONE -Provide convenience methods for checking is the control and data sockets are secure
- Closed