You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2009/04/23 12:48:47 UTC

[jira] Created: (FTPSERVER-293) Passive data connections can hang forever and thus block a port

Passive data connections can hang forever and thus block a port
---------------------------------------------------------------

                 Key: FTPSERVER-293
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-293
             Project: FtpServer
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.0
            Reporter: Niklas Gustavsson
            Assignee: Niklas Gustavsson
             Fix For: 1.0.1, 1.1


A socket used for a passive data connection can hang (for example due to a network error or client misbehavior) causing org.apache.ftpserver.impl.IODataConnection.transfer() never to return. This will therefore block that port forever, and in the long run hang the entire server.

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


[jira] Closed: (FTPSERVER-293) Passive data connections can hang forever and thus block a port

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-293.
---------------------------------------

    Resolution: Fixed

Fixed in rev 768399 and 768400.

> Passive data connections can hang forever and thus block a port
> ---------------------------------------------------------------
>
>                 Key: FTPSERVER-293
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-293
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Niklas Gustavsson
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0.1, 1.1
>
>
> A socket used for a passive data connection can hang (for example due to a network error or client misbehavior) causing org.apache.ftpserver.impl.IODataConnection.transfer() never to return. This will therefore block that port forever, and in the long run hang the entire server.

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