[jboss-jira] [JBoss JIRA] (ELY-1487) HTTP Digest SHA mechs missing in available mechanisms
Jan Kalina (JIRA)
issues at jboss.org
Fri Jan 12 11:43:00 EST 2018
Jan Kalina created ELY-1487:
-------------------------------
Summary: HTTP Digest SHA mechs missing in available mechanisms
Key: ELY-1487
URL: https://issues.jboss.org/browse/ELY-1487
Project: WildFly Elytron
Issue Type: Bug
Reporter: Jan Kalina
Assignee: Jan Kalina
DIGEST-SHA-256 and DIGEST-SHA-512-256 are not correctly registered:
When trying to deploy application using one of them for authentication:
{code}
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy DigestSha256MechTestCase.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./DigestSha256MechTestCase" => "java.lang.RuntimeException: java.lang.IllegalStateException: WFLYUT0084: There are no mechanisms available from the HttpAuthenticationFactory.
Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: WFLYUT0084: There are no mechanisms available from the HttpAuthenticationFactory.
Caused by: java.lang.IllegalStateException: WFLYUT0084: There are no mechanisms available from the HttpAuthenticationFactory."}}}}
{code}
Problem is mechanisms are missing in output of {{ServerMechanismFactoryImpl.getMechanismNames()}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list