]
Tomaz Cerar reassigned WFLY-8428:
---------------------------------
Assignee: Tomaz Cerar (was: Stuart Douglas)
: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: Tomaz Cerar
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}