]
Darran Lofthouse moved WFLY-7685 to WFCORE-2487:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2487 (was: WFLY-7685)
Component/s: Security
(was: Security)
Elytron mapped-regex-realm-mapper "name" attribute has
wrong description.
-------------------------------------------------------------------------
Key: WFCORE-2487
URL:
https://issues.jboss.org/browse/WFCORE-2487
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Dmitrii Tikhomirov
Elytron mapped-regex-realm-mapper "name" attribute has wrong description.
{code}
https://github.com/wildfly-security/elytron-subsystem/blob/580569d17cb6c3...
{code}
*Actual description*
{code}
The unique name for the RealmMapper, note names used for NameRewriters must be unique
across the whole context.
{code}
*Expected description*
{code}
The unique name for the RealmMapper, note names used for RealmMappers must be unique
across the whole context.
{code}