]
Tomaz Cerar resolved WFLY-8428.
-------------------------------
Fix Version/s: 11.0.0.Beta1
Resolution: Done
: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
Fix For: 11.0.0.Beta1
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}