https://issues.apache.org/bugzilla/show_bug.cgi?id=54336

            Bug ID: 54336
           Summary: connection may not close in JDBCRealm when some
                    exception happen
           Product: Tomcat 7
           Version: 7.0.34
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

connection may not close in JDBCRealm when some exception happen. Take public
synchronized Principal authenticate(String username, String credentials) 
method for a example, if some exception (not SQLException) is been throw by the
code , without finally code, the connection will never close. I think this is a
issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to