David Lloyd created ELY-1561:
--------------------------------
Summary: TCCL not set around LoginContext ctor call in
GSSCredentialSecurityFactory.Builder#createGSSCredential
Key: ELY-1561
URL:
https://issues.jboss.org/browse/ELY-1561
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Mechanisms
Reporter: David Lloyd
Assignee: David Lloyd
The TCCL is not set, so the chances of finding
{{com.sun.security.auth.module.Krb5LoginModule}} or
{{com.ibm.security.auth.module.Krb5LoginModule}} are essentially completely dependent on
the environment. However since the class is always the same, and we can safely assume
that we should have a dependency on that module, we should set TCCL around the
initialization of the {{LoginContext}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)