]
Jan Kalina updated WFCORE-1992:
-------------------------------
Priority: Minor (was: Major)
CLI inconsistently parse {} in another object as UNDEFINED
----------------------------------------------------------
Key: WFCORE-1992
URL:
https://issues.jboss.org/browse/WFCORE-1992
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Jan Kalina
Priority: Minor
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}