[jboss-jira] [JBoss JIRA] (WFLY-2112) Test that validate-address and validate-operation do not leak non-addressable addresses
Jason Greene (JIRA)
jira-events at lists.jboss.org
Fri Oct 4 17:42:10 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene updated WFLY-2112:
-------------------------------
Fix Version/s: 8.0.0.CR1
(was: 8.0.0.Beta1)
> Test that validate-address and validate-operation do not leak non-addressable addresses
> ---------------------------------------------------------------------------------------
>
> Key: WFLY-2112
> URL: https://issues.jboss.org/browse/WFLY-2112
> Project: WildFly
> Issue Type: Sub-task
> Components: Domain Management
> Reporter: Kabir Khan
> Assignee: Ladislav Thon
> Fix For: 8.0.0.CR1
>
>
> basically those operations check that an address is valid, or that an operation is valid
> 14:18
> the operation has an address
> 14:18
> So you do :validate-address(value="/some=where")
> 14:18
> I made up the syntax for the value thing, it needs a ModelNode
> 14:19 bstans_afk
> Ladicek: the CLI uses that behind the scenes
> 14:19 kkhan
> So the way it worked until now is that if the address is valid, it returns that it is valid
> 14:19
> and if it is not valid it returns that it is not valid
> 14:20 Ladicek
> wow, never heard of that
> 14:20 kkhan
> however, if /some=where is not addressable for the current user, we want to return that it is invalid
> 14:20 Ladicek
> souns sensible to me
> 14:20 kkhan
> i.e. to hide the non-addressable addresses
--
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