You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "David Latorre (JIRA)" <ji...@apache.org> on 2009/01/27 10:21:01 UTC

[jira] Closed: (FTPSERVER-270) DBUserManager closeQuitely(Connection con) is private but should be protected as in createConnection.

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

David Latorre closed FTPSERVER-270.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.0.0-RC2)

Fixed in #737687

> DBUserManager  closeQuitely(Connection con)  is private but should be  protected as in createConnection.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-270
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-270
>             Project: FtpServer
>          Issue Type: Improvement
>          Components: Core
>            Reporter: David Latorre
>
> createConnection in DBUserManager is protected to help reusability but the matching close method  is private.
> * It should be possible to check the availability of a Connection with Jdk 1.6 and so  the connection can be reused (Although we do not guarantee it to work) but it is not now, as we explicitly close the connection.

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