]
Brian Stansberry commented on WFLY-8428:
----------------------------------------
Is there anything in the server.log?
:read-resource(include-runtime) fails for
/subsystem=undertow/application-security-domain=*
-------------------------------------------------------------------------------------------
Key: WFLY-8428
URL:
https://issues.jboss.org/browse/WFLY-8428
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Harald Pehl
Assignee: Stuart Douglas
The {{:read-resource(include-runtime=true)}} operation is used by the console as part of
the generic model browser. However it fails for
{{/subsystem=undertow/application-security-domain=foo}}:
{code}
[standalone@localhost:9990 /]
/subsystem=undertow/application-security-domain=foo:read-resource(include-runtime=true)
{
"outcome" => "failed",
"rolled-back" => true
}
{code}