[
https://issues.jboss.org/browse/WFLY-2474?page=com.atlassian.jira.plugin....
]
Kabir Khan updated WFLY-2474:
-----------------------------
Component/s: Domain Management
Security subsystem does not handle acl's module properly
--------------------------------------------------------
Key: WFLY-2474
URL:
https://issues.jboss.org/browse/WFLY-2474
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 8.0.0.Beta1
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 8.0.0.CR1
The parsed add is done for
/subsystem=security/security-domain=other/acl=classic/acl-module=acl
However in the acl resource this is called login-module=acl.
WHen marshalling
{code}
<acl>
<acl-module name="acl" code="AclThingy"
flag="required" module="test">
<module-option name="d" value="r"/>
</acl-module>
</acl>
{code}
becomes
{code}
<acl>
<login-module name="acl" code="AclThingy"
flag="required" module="test">
<module-option name="d" value="r"/>
</login-module>
</acl>
{code}
--
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