Josef Cacek created WFLY-8838:
---------------------------------
Summary: Elytron - when security Providers are not configured correctly in
AuthenticationConfiguration, remoting connection hangs during SASL authentication
Key: WFLY-8838
URL:
https://issues.jboss.org/browse/WFLY-8838
Project: WildFly
Issue Type: Bug
Components: Remoting, Security
Reporter: Josef Cacek
Assignee: David Lloyd
Priority: Critical
When AuthenticationConfiguration contains wrongly configured security Providers (null
used), the management remoting connection hangs during SASL authentication.
{code:java}
AuthenticationConfiguration.useProviders(() -> new Provider[] { null })
{code}
*Expected behavior:*
Execution should fail immediately.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)