DbUserManager's createConnection  visibility
--------------------------------------------

                 Key: FTPSERVER-162
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-162
             Project: FtpServer
          Issue Type: Improvement
    Affects Versions: 1.0-M3
            Reporter: David Latorre
            Priority: Minor


If we need to extend DbUserManager we find that  the method createConnection is 
private :

private synchronized Connection createConnection() throws SQLException {

So we have to implement our own method to create a connection and we cannot use 
"cachedConnection" which is also a private member.

My suggestion is that createConnection be made protected so inheriting classes 
can use it.

  

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

Reply via email to