Add safer passthrough behavior wrt cancel/close
-----------------------------------------------
Key: TEIID-2751
URL:
https://issues.jboss.org/browse/TEIID-2751
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JDBC Driver
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6
In pass through authentication mode if another thread uses the connection another session
is created without closing the previous. This may lead to unexpected behavior if
attempting to use another thread to call close and creates an unnecessary session for
cancel.