[jboss-jira] [JBoss JIRA] (WFLY-2112) Test that validate-address and validate-operation do not leak non-addressable addresses
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Thu Sep 19 09:44:03 EDT 2013
Kabir Khan created WFLY-2112:
--------------------------------
Summary: 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.Beta1
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