Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-475

FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.6
    • 1.1.0
    • Server
    • None
    • Patch, Important

    Description

      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.

      Attachments

        1. patch.txt
          1 kB
          Martin Wunderlich

        Activity

          People

            Unassigned Unassigned
            mwunderlich Martin Wunderlich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: