-
Bug
-
Resolution: Done
-
Major
-
None
In BaseWrapperManagedConnectionFactory.java,
if (copyGssCredentials) { props.setProperty("user", (user == null) ? "" : user); props.setProperty("password", (pass == null) ? "" : pass); }
the user and password may be lost if they are specified via cri or userName
- is cloned by
-
JBEAP-22286 [QA](7.4.z) JBJCA-1427 - not possible to bypass GSSCredentials using Datasource.getConnection(username,password)
- Closed
-
JBEAP-22300 [QE](7.3.z) JBJCA-1427 - not possible to bypass GSSCredentials using Datasource.getConnection(username,password)
- Closed