Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1, 2.1.1
-
None
Description
BasicDataSource#invalidateConnection closes the pooled connection before invalidating it. If a getConnection request arrives between the close and invalidate, a closed connection could be returned to a client.