[jboss-jira] [JBoss JIRA] (WFLY-8838) Elytron - when security Providers are not configured correctly in AuthenticationConfiguration, remoting connection hangs during SASL authentication
Josef Cacek (JIRA)
issues at jboss.org
Wed May 24 12:55:00 EDT 2017
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)
More information about the jboss-jira
mailing list