Stefan Guilhen created ELY-1074:
-----------------------------------
Summary: Add option to wrap the GSSCredential in
GSSCredentialSecurityFactory
Key: ELY-1074
URL:
https://issues.jboss.org/browse/ELY-1074
Project: WildFly Elytron
Issue Type: Task
Affects Versions: 1.1.0.Beta32
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
Fix For: 1.1.0.Beta36
The legacy KerberosLoginModule has an option called wrapGssCredential that tells the code
building the GSSCredential that it should wrap the constructed credential to prevent
improper credential disposal by some DB drivers. It essentially delegates every method to
the wrapped GSSCredential but makes dispose() a no-op.
The GSSCredentialSecurityFactory in Elytron doesn't offer an option to wrap the
constructed credential.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)