You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Sai Pullabhotla (JIRA)" <ji...@apache.org> on 2010/04/05 20:36:27 UTC

[jira] Created: (FTPSERVER-365) Overload FtpIoSession.getDataConnection to indicate whether or not a new DataConnectionFactory be created

Overload FtpIoSession.getDataConnection to indicate whether or not a new DataConnectionFactory be created
---------------------------------------------------------------------------------------------------------

                 Key: FTPSERVER-365
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-365
             Project: FtpServer
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.0.4
            Reporter: Sai Pullabhotla
            Priority: Trivial
             Fix For: 1.0.5


It would be nice to overload the above mentioned method with a boolean parameter which indicates if a new DataConnectionFactory is to be created. Currently, we always create one if one does not exist already for the session. We try to create one even when the session is closing (for example when the control connection is refused by the blacklist filter), which does not make much sense. Having this overloaded method would be useful when the session is closing. 

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


[jira] Updated: (FTPSERVER-365) Overload FtpIoSession.getDataConnection to indicate whether or not a new DataConnectionFactory be created

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

Niklas Gustavsson updated FTPSERVER-365:
----------------------------------------

    Fix Version/s: 1.0.6
                       (was: 1.0.5)

> Overload FtpIoSession.getDataConnection to indicate whether or not a new DataConnectionFactory be created
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-365
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-365
>             Project: FtpServer
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.4
>            Reporter: Sai Pullabhotla
>            Priority: Trivial
>             Fix For: 1.0.6
>
>
> It would be nice to overload the above mentioned method with a boolean parameter which indicates if a new DataConnectionFactory is to be created. Currently, we always create one if one does not exist already for the session. We try to create one even when the session is closing (for example when the control connection is refused by the blacklist filter), which does not make much sense. Having this overloaded method would be useful when the session is closing. 

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


[jira] Updated: (FTPSERVER-365) Overload FtpIoSession.getDataConnection to indicate whether or not a new DataConnectionFactory be created

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

Niklas Gustavsson updated FTPSERVER-365:
----------------------------------------

    Fix Version/s: 1.1.0

> Overload FtpIoSession.getDataConnection to indicate whether or not a new DataConnectionFactory be created
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-365
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-365
>             Project: FtpServer
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.4
>            Reporter: Sai Pullabhotla
>            Priority: Trivial
>             Fix For: 1.0.6, 1.1.0
>
>
> It would be nice to overload the above mentioned method with a boolean parameter which indicates if a new DataConnectionFactory is to be created. Currently, we always create one if one does not exist already for the session. We try to create one even when the session is closing (for example when the control connection is refused by the blacklist filter), which does not make much sense. Having this overloaded method would be useful when the session is closing. 

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