Bug 1029938 - WFLY-2474 clone - Security subsystem does not handle acl's module properly, and is missing transformer
Summary: WFLY-2474 clone - Security subsystem does not handle acl's module properly, a...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: DR6
: EAP 6.3.0
Assignee: Tomaz Cerar
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-13 14:55 UTC by Ondrej Lukas
Modified: 2017-10-10 00:07 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:25:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFLY-2474 0 Major Resolved Security subsystem does not handle acl's module properly, and is missing transformer 2014-06-03 23:53:17 UTC

Description Ondrej Lukas 2013-11-13 14:55:08 UTC
https://issues.jboss.org/browse/WFLY-2474

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

	<acl>
	   <acl-module name="acl" code="AclThingy" flag="required" module="test">
                <module-option name="d" value="r"/>
	   </acl-module>
	</acl>

becomes

	<acl>
	   <login-module name="acl" code="AclThingy" flag="required" module="test">
                <module-option name="d" value="r"/>
	   </login-module>
	</acl>

Comment 1 Brian Stansberry 2013-11-13 15:05:06 UTC
What's the "and is missing transformer" bit in the title about?

Comment 5 Kabir Khan 2013-11-19 15:38:32 UTC
(In reply to Brian Stansberry from comment #1)
> What's the "and is missing transformer" bit in the title about?

The ACL stuff was not getting transformed at all

Comment 6 JBoss JIRA Server 2013-12-16 19:40:52 UTC
Kabir Khan <kabir.khan> updated the status of jira WFLY-2474 to Resolved

Comment 9 Ondrej Lukas 2014-03-28 08:56:19 UTC
Verified on EAP 6.3.0.DR6


Note You need to log in before you can comment on or make changes to this bug.