[jboss-jira] [JBoss JIRA] (WFCORE-57) Deprecated resource is present in r-r-d of /subsystem=security/security-domain=*

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Dec 10 11:41:39 EST 2014


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

RH Bugzilla Integration commented on WFCORE-57:
-----------------------------------------------

Emmanuel Hugonnet (ehsavoie) <ehugonne at redhat.com> changed the Status of [bug 1070214|https://bugzilla.redhat.com/show_bug.cgi?id=1070214] from ASSIGNED to POST

> Deprecated resource is present in r-r-d of /subsystem=security/security-domain=*
> --------------------------------------------------------------------------------
>
>                 Key: WFCORE-57
>                 URL: https://issues.jboss.org/browse/WFCORE-57
>             Project: WildFly Core
>          Issue Type: Enhancement
>          Components: Domain Management
>    Affects Versions: 1.0.0.Alpha4
>            Reporter: Harald Pehl
>            Assignee: Emmanuel Hugonnet
>            Priority: Minor
>             Fix For: 1.0.0.Alpha9
>
>
> 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 was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list