]
Darran Lofthouse updated WFLY-7590:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Inconsistency in attribute name of Elytron
name-rewriter/final-name-rewriter
----------------------------------------------------------------------------
Key: WFLY-7590
URL:
https://issues.jboss.org/browse/WFLY-7590
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Labels: user_experience
Fix For: 11.0.0.Alpha1
In Elytron subsystem there are attributes {{name-rewriter}} and {{final-name-rewriter}}
which serves for the same purpose. Both of them are used for final name rewriting. It can
be confusing when two different names are used for the same type of attribute.
Attribute {{name-rewriter}} is used in:
* {{realms}} attribute in {{security-domain}}
Attribute {{final-name-rewriter}} is used in:
* {{mechanism-configurations}} in both {{http-authentication-factory}} and
{{sasl-authentication-factory}}
* {{mechanism-realm-configurations}} in {{mechanism-configurations}} in both
{{http-authentication-factory}} and {{sasl-authentication-factory}}
Names of {{name-rewriter}} and {{final-name-rewriter}} should be unified for this
resources in DMR and also in XSD.