[jboss-jira] [JBoss JIRA] (WFLY-2468) MappingModuleDefinition is incorrectly constructing the write-attribute handler

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Nov 7 20:05:01 EST 2013


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/jboss/as/security/MappingModuleDefinition.java#L85 -- 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


More information about the jboss-jira mailing list