[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-04 Thread Gary D. Gregory (Jira)


[ 
https://issues.apache.org/jira/browse/FTPSERVER-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643033#comment-17643033
 ] 

Gary D. Gregory commented on FTPSERVER-516:
---

I'm not sure the example in 
[https://mina.apache.org/mina-project/2.2-vs-2.1.html] is helpful because it is 
hard-wired to the guts of Apache DS, explicitly relying on StartTlsResponse 
which itself depends on Apache DS internals.

All of this is to say that it would be most appreciated if someone who knows 
Mina Core would port the FTP server module.

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Comment Edited] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-04 Thread Gary D. Gregory (Jira)


[ 
https://issues.apache.org/jira/browse/FTPSERVER-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642992#comment-17642992
 ] 

Gary D. Gregory edited comment on FTPSERVER-516 at 12/4/22 12:42 PM:
-

Hm, that example does not seem up to date:

{{return (SSLSession) ioSession.getAttribute(SSLFilter.SSL_SECURED);}}

should be

{{return (SSLSession) ioSession.getAttribute(SslFilter.SSL_SECURED);}}


was (Author: garydgregory):
Hm that example does not seem up to date:

{{return (SSLSession) ioSession.getAttribute(SSLFilter.SSL_SECURED);}}

should be

{{return (SSLSession) ioSession.getAttribute(SslFilter.SSL_SECURED);}}

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-04 Thread Gary D. Gregory (Jira)


[ 
https://issues.apache.org/jira/browse/FTPSERVER-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642992#comment-17642992
 ] 

Gary D. Gregory commented on FTPSERVER-516:
---

Hm that example does not seem up to date:

{{return (SSLSession) ioSession.getAttribute(SSLFilter.SSL_SECURED);}}

should be

{{return (SSLSession) ioSession.getAttribute(SslFilter.SSL_SECURED);}}

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org