[jboss-jira] [JBoss JIRA] (WFLY-2475) Bad marshalling of and missing transformer for identity-trust's module in security subsystem

Kabir Khan (JIRA) jira-events at lists.jboss.org
Fri Nov 8 09:51:01 EST 2013


     [ https://issues.jboss.org/browse/WFLY-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kabir Khan updated WFLY-2475:
-----------------------------

    Summary: Bad marshalling of and missing transformer for identity-trust's module in security subsystem  (was: Bad marshalling of identity-trust's module in security subsystem)

    
> Bad marshalling of and missing transformer for identity-trust's module in security subsystem
> --------------------------------------------------------------------------------------------
>
>                 Key: WFLY-2475
>                 URL: https://issues.jboss.org/browse/WFLY-2475
>             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
>
>
> {code}
>          <identity-trust>
>              <trust-module name="acl" code="AclThingy" flag="required" module="test">
>                  <module-option name="d" value="r"/>
>              </trust-module>
>          </identity-trust>
> {code}
> becomes
> {code}
>          <identity-trust>
>              <login-module name="acl" code="AclThingy" flag="required" module="test">
>                  <module-option name="d" value="r"/>
>              </login-module>
>          </identity-trust>
> {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


More information about the jboss-jira mailing list