https://bz.apache.org/bugzilla/show_bug.cgi?id=53219
--- Comment #27 from KMI <[email protected]> --- (In reply to Christoph Anton Mitterer from comment #18) > Thanks. > > btw: Does anyone know whether SSL/TLS is going to be fixed? I mean in a way > that CRIME is not working while still being able to use TLS compression? Hi, I'm using ddlutils 1.0 and tomcat jdbc pool 1.0.7.1 and I getting an error due to a connection is closed and the pool is not aware of that. Basically the issue is that ddlutils has a resultset iterator and when it finishes it closes the connection by getting it from the * resultSet.preparedStatement.connection* and the connection returned is not the proxy that the pool has created. So the issue happens when another client retrieves a connection from the pool because the pool returns a connection that was actually closed. Why tomcat jdbc pool is not creating proxies for preparedStatements and resultSets like commons-dbcp? Is there any other way to address this issue? Thanks Antonio - https://kmidata.es/ -- 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]
