Brian Stansberry created WFLY-8004:
--------------------------------------
Summary: SaslServerDefinitions VERSION_COMPARISON should not be configured as
required
Key: WFLY-8004
URL:
https://issues.jboss.org/browse/WFLY-8004
Project: WildFly
Issue Type: Bug
Components: Domain Management, Security
Reporter: Brian Stansberry
Assignee: Brian Stansberry
This attribute is configured as being required even though it has a default value (which
implies not requiring a user-provided setting).
Once WFCORE-2249 is fixed which results in proper validation of complex object attributes,
this bug results in the server failing to boot:
{code}
2017-01-31 12:28:04,055 ERROR [org.jboss.as.controller.management-operation]
(ServerService Thread Pool -- 13) WFLYCTL0013: Operation ("add") failed -
address: ([
("subsystem" => "elytron"),
("mechanism-provider-filtering-sasl-server-factory" =>
"elytron")
]) - failure description: "WFLYCTL0155: 'version-comparison' may not be
null"
{code}
Simple fix.
There may be others like this that are revealed by WFCORE-2249. If so I'll include
them in this work, if they are part of the elytron subsystem.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)