]
Martin Choma edited comment on ELY-1561 at 4/12/18 1:45 AM:
------------------------------------------------------------
And did you encounter any problem in this area or you just noticed?
So far we have not noticed any problem of this kind during testing.
was (Author: mchoma):
And did you encounter any problem in this area or you just noticed?
So for we have not noticed any problem of this kind during testing.
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
Fix For: 1.1.8.CR1, 1.3.0.CR1, 1.2.5.CR1
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}}.