https://issues.apache.org/bugzilla/show_bug.cgi?id=48392
Summary: jdbc-pool is not returning the proxied connection in
resultSet and statement
Product: Tomcat 7
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P2
Component: Modules: jdbc-pool
AssignedTo: [email protected]
ReportedBy: [email protected]
The proxy connection returned by the jdbc-pool is not proxying the resultSet
and the statement so if the client gets access to the underlying connection
through:
resultSet.getStatement().getConnection()
He is able to close the physical connection due to both instances (resultSet
and statement) were not proxied.
If this happens next time a client gets a connection from the jdbc-pool it will
return a proxy with a physical connection closed.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]