[jboss-jira] [JBoss JIRA] (AS7-5863) simplified dmr format parser doesn't support '\' linebreaks

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Fri Nov 2 07:10:18 EDT 2012


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

Alexey Loubyansky resolved AS7-5863.
------------------------------------

    Resolution: Done


Fixed.
                
> simplified dmr format parser doesn't support '\' linebreaks
> -----------------------------------------------------------
>
>                 Key: AS7-5863
>                 URL: https://issues.jboss.org/browse/AS7-5863
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 7.1.3.Final (EAP)
>            Reporter: Alexey Loubyansky
>            Assignee: Alexey Loubyansky
>             Fix For: 7.2.0.Alpha1, 7.1.4.Final (EAP)
>
>
> The following fails because the simplified format parser doesn't know how to handle '\' linebreaks.
> /subsystem=security/security-domain=DemoAuthRealm/authentication=classic:add( \
> 	login-modules=[ \
> 		{ \
> 			code=Database, \
> 			flag=required, \
> 			module-options=[ \
> 				unauthenticatedIdentity=guest, \
> 				dsJndiName=java:jboss/jdbc/ApplicationDS, \
> 				principalsQuery=select password from users where username=?, \
> 				rolesQuery = "select name, 'Roles' FROM user_roless ur, roles r, user u WHERE u.username=? and u.id = ur.user_id and ur.role_id = r.id", \
> 				hashAlgorithm = MD5, \
> 				hashEncoding = hex) \
> 			] \
> 		} \
> 	] \
> )

--
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