]
Jan Kalina updated ELY-1487:
----------------------------
Fix Version/s: 1.2.0.Beta12
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
Affects Versions: 1.2.0.Beta11
Reporter: Jan Kalina
Assignee: Jan Kalina
Fix For: 1.2.0.Beta12
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()}}.