You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Emmanuel Lécharny (Jira)" <ji...@apache.org> on 2023/06/28 21:58:00 UTC

[jira] [Closed] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

     [ https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lécharny closed FTPSERVER-475.
---------------------------------------

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-475
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-475
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.0.6
>            Reporter: Martin Wunderlich
>            Priority: Major
>             Fix For: 1.1.0
>
>         Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() method. This breaks the FTPHandlerAdapter, which does not implement this method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a production-critical issue for us, it would be great to get an updated release version very soon. Thank you. 



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

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