[jboss-jira] [JBoss JIRA] (WFLY-2738) Deprecated resource is present in r-r-d of /subsystem=security/security-domain=*
Brian Stansberry (JIRA)
issues at jboss.org
Wed Jul 23 12:47:30 EDT 2014
[ https://issues.jboss.org/browse/WFLY-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987479#comment-12987479 ]
Brian Stansberry commented on WFLY-2738:
----------------------------------------
>From a chat:
ehsavoie: bstansberry: to be franck there was a "bug" in 2738 depending on the interpretation as we would show the alias descendant as undefined insted of simply hidding it
bstansberry: yep
A possible other solution to this is to simply fix that bug; i.e. get rid of the "*" => undefined bit and reduce it to "model-description" => {}. I'm not sure how helpful that would be to the console guys, but if it's helpful or the full change I outlined above is just too much, for sure let's do that little bit.
> 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)
> Components: Domain Management
> Affects Versions: 8.0.0.CR1
> Reporter: Harald Pehl
> Assignee: Emmanuel Hugonnet
> Priority: Minor
> Fix For: 9.0.0.CR1
>
>
> 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.2.6#6264)
More information about the jboss-jira
mailing list