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

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon Oct 7 17:39:02 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12811192#comment-12811192 ] 

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 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