[jboss-jira] [JBoss JIRA] (WFLY-1648) Access control response inconsistencies
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Fri Jul 5 07:13:20 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787845#comment-12787845 ]
Heiko Braun commented on WFLY-1648:
-----------------------------------
Will be fixed by adding "default" and "exception" classifications to the response. The former cannot be empty.
{noformat}
The 'default' and 'exceptions' names are just something I came up with now, if you like the idea we can discuss it further.
access-control=>
default=>
read-config=>true,
write-config=>true,
read-config=>true,
write-config=>true,
attributes =>
one=>
read-config=true,
write-config=true
exceptions=>
[(subsystem=datasources),(datasource=WithVault)] =>
read-config=>true,
write-config=>true,
read-config=>true,
write-config=>true,
attributes =>
one=>
read-config=false, <---- differs from the default
write-config=true
{noformat}
> Access control response inconsistencies
> ---------------------------------------
>
> Key: WFLY-1648
> URL: https://issues.jboss.org/browse/WFLY-1648
> Project: WildFly
> Issue Type: Clarification
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Kabir Khan
>
> See
> a) https://gist.github.com/heiko-braun/5932594
> b) https://gist.github.com/heiko-braun/5932604
> Questions:
> - in b) line 35: Why is there an additional nested "result" element?
> - in b) line 99: Why is the "access-control" element empty?
> (both cases need top be compared with a. )
--
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