[jboss-jira] [JBoss JIRA] (WFLY-1741) RBAC: Response headers don't match payload structure

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue Jul 23 04:29:26 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Braun updated WFLY-1741:
------------------------------

    Issue Type: Bug  (was: Feature Request)

    
> 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:
> {noformat}
> [standalone at 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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list