[jboss-jira] [JBoss JIRA] (ELY-630) Elytron - aggregate-role-mapper can contain multi reference to one role mapper

Farah Juma (JIRA) issues at jboss.org
Tue Sep 12 16:30:00 EDT 2017


     [ https://issues.jboss.org/browse/ELY-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farah Juma resolved ELY-630.
----------------------------
    Resolution: Rejected


Resolving this one since the corresponding JBEAP issue was rejected (since calling the same mapper multiple times in the chain should be allowed).

> Elytron - aggregate-role-mapper can contain multi reference to one role mapper
> ------------------------------------------------------------------------------
>
>                 Key: ELY-630
>                 URL: https://issues.jboss.org/browse/ELY-630
>             Project: WildFly Elytron
>          Issue Type: Bug
>            Reporter: Hynek Švábek
>            Priority: Minor
>
> Aggregate-role-mapper can contain multi reference to one role mapper.
> In my opinion it isn't valid state.
> But there is some probability that it is required behaviour.
> Can you have a look on it?
> Configuration snippet:
> {code}
> <subsystem xmlns="urn:wildfly:elytron:1.0">
>     <mappers>
> 	<add-prefix-role-mapper name="CreaperTestAddPrefixRoleMapper" prefix="somePrefix"/>
> 	<aggregate-role-mapper name="CreaperTestAggregateRoleMapper">
> 	    <role-mapper name="CreaperTestAddPrefixRoleMapper"/>
> 	    <role-mapper name="CreaperTestAddPrefixRoleMapper"/>
> 	</aggregate-role-mapper>
>     </mappers>
> </subsystem>
> {code}
> *Actual results:*
> Aggregate-role-mapper can contain multi reference to one role-mapper.
> *Expected results:*
> You would not be able to define multi reference to one role-mapper in aggregate-role-mapper.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jboss-jira mailing list