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: dev@tomcat.apache.org Reporter: cndoubleh...@gmail.com 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org