[jboss-jira] [JBoss JIRA] (WFLY-7589) Wrong description for injecting the same realm to Elytron security-domain in CLI
Darran Lofthouse (JIRA)
issues at jboss.org
Mon Nov 28 07:43:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-7589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated WFLY-7589:
-----------------------------------
Affects Version/s: (was: 11.0.0.Alpha1)
> Wrong description for injecting the same realm to Elytron security-domain in CLI
> --------------------------------------------------------------------------------
>
> Key: WFLY-7589
> URL: https://issues.jboss.org/browse/WFLY-7589
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Ondrej Lukas
> Assignee: Ilia Vassilev
> Labels: user_experience
> Fix For: 11.0.0.Alpha1
>
>
> Adding the same realms to one Elytron security-domain is denied in CLI. However failure-description is wrong. See:
> {code}
> /subsystem=elytron/security-domain=securityDomain:add(realms=[{realm=ApplicationRealm},{realm=ApplicationRealm}],default-realm=ApplicationRealm)
> {
> "outcome" => "failed",
> "failure-description" => "WFLYELY00002: Can not inject the same realm 'securityDomain' in a single security domain 'ApplicationRealm'.",
> "rolled-back" => true
> }
> {code}
> It should says: "WFLYELY00002: Can not inject the same realm 'ApplicationRealm' in a single security domain 'securityDomain'.".
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list