[jboss-jira] [JBoss JIRA] (WFCORE-1992) CLI parsing of {} inside of another object
Jan Kalina (JIRA)
issues at jboss.org
Tue Nov 15 09:37:01 EST 2016
[ https://issues.jboss.org/browse/WFCORE-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Kalina updated WFCORE-1992:
-------------------------------
Description:
CLI interprets
{code:java}
/subsystem=elytron/properties-realm=realm:add(users-properties={path=$SOME_PATH},groups-properties={})
{code}
with *groups-properties=OBJECT{}* in input of performRuntime() of ADD operation.
But if the {} is inside of another object, it gives *otp-credential-mapper=UNDEFINED* instead...
{code:java}
/subsystem=elytron/ldap-realm=ldap-realm8:add(dir-context=local-ldap,identity-mapping={rdn-identifier=uid,otp-credential-mapper={}})
{code}
was:
CLI interprets
{code:java}
/subsystem=elytron/properties-realm=realm:add(users-properties={path=$SOME_PATH},groups-properties={})
{code}
with *groups-properties=OBJECT{}* in input of performRuntime()
But if the {} is inside of another object, it gives *otp-credential-mapper=UNDEFINED* instead...
{code:java}
/subsystem=elytron/ldap-realm=ldap-realm8:add(dir-context=local-ldap,identity-mapping={rdn-identifier=uid,otp-credential-mapper={}})
{code}
> CLI parsing of {} inside of another object
> ------------------------------------------
>
> Key: WFCORE-1992
> URL: https://issues.jboss.org/browse/WFCORE-1992
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Jan Kalina
>
> CLI interprets
> {code:java}
> /subsystem=elytron/properties-realm=realm:add(users-properties={path=$SOME_PATH},groups-properties={})
> {code}
> with *groups-properties=OBJECT{}* in input of performRuntime() of ADD operation.
> But if the {} is inside of another object, it gives *otp-credential-mapper=UNDEFINED* instead...
> {code:java}
> /subsystem=elytron/ldap-realm=ldap-realm8:add(dir-context=local-ldap,identity-mapping={rdn-identifier=uid,otp-credential-mapper={}})
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list