You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2007/05/23 18:50:16 UTC

[jira] Closed: (FTPSERVER-86) FTP timeout settings are ignored

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

Niklas Gustavsson closed FTPSERVER-86.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-M2
         Assignee: Niklas Gustavsson

Fixed, the bug was in that new MINA connections was not registered correctly. Thanks for reporting!

commit -m "Fix for bug where a connection manager would not find MINA sessions to close them after timeout. New connections was not registred with the ConnectionManager. Reported by Steve Jones. (FTPSERVER-86)" C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaFtpProtocolHandler.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaFtpProtocolHandler.java
    Transmitting file data ...
    Committed revision 541023.

> FTP timeout settings are ignored
> --------------------------------
>
>                 Key: FTPSERVER-86
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-86
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>            Reporter: Steve Jones
>         Assigned To: Niklas Gustavsson
>             Fix For: 1.0-M2
>
>
> For issue FTPSERVER-78 the 1 minute session timeout was removed. 
> Currently sessions never timeout and disconnected sessions (e.g. client system or network connection dies) are possibly not cleaned up (which could eventually lead to all connections being unavailable)
> The existing system/user configuration for timeouts should be used:
>   config.connection-manager.default-idle-time
>   User.getMaxIdleTime

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