]
Brian Stansberry commented on WFLY-1741:
----------------------------------------
I don't understand. It's looks fine to me. What do you think it should look like?
RBAC: Response headers don't match payload structure
----------------------------------------------------
Key: WFLY-1741
URL:
https://issues.jboss.org/browse/WFLY-1741
Project: WildFly
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
the 'relative-address' header doesn't match the response structure:
(hint: the 'data-source' element is missing)
{noformat}
[standalone@localhost:9990 /]
/subsystem=datasources:read-children-resources(child-type=data-source){roles=monitor}
{
"outcome" => "success",
"result" => {
"ExampleDS" => {
"allocation-retry" => undefined,
"allocation-retry-wait-millis" => undefined,
[...] }
},
"response-headers" => {"access-control" => [
{
"absolute-address" => [
("subsystem" => "datasources"),
("data-source" => "ExampleDS")
],
"relative-address" => [("data-source" =>
"ExampleDS")],
"filtered-attributes" => [
"user-name",
"security-domain",
"password"
]
}
]}
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: