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
Fix For: 1.0.0-RC2
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.