[jboss-jira] [JBoss JIRA] (WFLY-2738) Deprecated resource is present in r-r-d of /subsystem=security/security-domain=*
Harald Pehl (JIRA)
issues at jboss.org
Fri Jan 10 11:39:32 EST 2014
Harald Pehl created WFLY-2738:
---------------------------------
Summary: Deprecated resource is present in r-r-d of /subsystem=security/security-domain=*
Key: WFLY-2738
URL: https://issues.jboss.org/browse/WFLY-2738
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 8.0.0.CR1
Reporter: Harald Pehl
Assignee: Kabir Khan
Priority: Minor
When executing
{code}
/subsystem=security/security-domain=*:read-resource-description(recursive-depth=2)
{code}
the acl subresource contains both the deprecated child-resource {{login-module}} and the new one called {{acl-module}}:
{code}
...
"acl" => {
"description" => "Access control list configuration. Configures a list of ACL modules to be used.",
"model-description" => {"classic" => {
"description" => "Access control list configuration. Configures a list of ACL modules to be used.",
...
"operations" => undefined,
"children" => {
"acl-module" => {
"description" => "ACL module",
"model-description" => {"*" => {
"description" => "List of authentication modules",
"operations" => undefined,
"children" => {}
}}
},
"login-module" => {
"description" => "Login module",
"model-description" => {"*" => undefined}
}
}
}}
},
...
{code}
However the deprecated subresource {{login-modules}} should only appear if setting {{include-aliases=true}}
--
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