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 "Rico Neubauer (JIRA)" <ji...@apache.org> on 2007/10/25 08:15:50 UTC

[jira] Updated: (FTPSERVER-109) Disallow reuse of IP addres and port

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

Rico Neubauer updated FTPSERVER-109:
------------------------------------

    Attachment: apache-ftpserver-109-patch.txt

Patch for bug.

> Disallow reuse of IP addres and port
> ------------------------------------
>
>                 Key: FTPSERVER-109
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-109
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>            Reporter: Rico Neubauer
>         Attachments: apache-ftpserver-109-patch.txt
>
>
> FTP server should not try to reuse the IP address of an already bound server port.
> When this feature is used there is not BindException when FTP server tries to bind an address/port tuple that is already bound by another application.
> See
> http://java.sun.com/j2se/1.4.2/docs/api/java/net/ServerSocket.html#getReuseAddress()
> and
> http://msdn2.microsoft.com/en-us/library/ms740621.aspx
> (read the "SO_REUSEADDR" chapter) for back ground info

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