Chao Wang created WFCORE-3392:
---------------------------------
Summary: inaccurate error message in validating required attribute with
alternatives
Key: WFCORE-3392
URL:
https://issues.jboss.org/browse/WFCORE-3392
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 4.0.0.Alpha2
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Minor
This is created based on comments in
[
JBEAP-8666|https://issues.jboss.org/browse/JBEAP-8666?focusedCommentId=13...]
{quote}failure message is inaccurate and points out only that ssl-context must be defined,
it should also mention the security-realm as one of the options.
{noformat}
/subsystem=undertow/server=default-server/https-listener=aaa:add(socket-binding=ajp)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0172: ssl-context is
required",
"rolled-back" => true
}
{noformat}
{quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)