Brian Stansberry created WFLY-2468:
--------------------------------------
Summary: MappingModuleDefinition is incorrectly constructing the
write-attribute handler
Key: WFLY-2468
URL:
https://issues.jboss.org/browse/WFLY-2468
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: 8.0.0.Beta1
Reporter: Brian Stansberry
Assignee: Tomaz Cerar
Fix For: 8.0.0.CR1
MappingModuleDefinition.registerAttribute is creating a write-attribute handler but is not
passing in the correct list of AttributeDefinitions to its constructor.
See
https://github.com/wildfly/wildfly/blob/master/security/src/main/java/org...
-- it should be using the ADs returned by getAttributes(), same as L86.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira