[
https://issues.jboss.org/browse/WFCORE-1992?page=com.atlassian.jira.plugi...
]
Jean-Francois Denise commented on WFCORE-1992:
----------------------------------------------
That is a bug in the custom parser that is in use for non DMR syntax.
identity-mapping={rdn-identifier=uid,otp-credential-mapper={}} is not DMR although
groups-properties={} is DMR.
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
Affects Versions: 3.0.0.Alpha12
Reporter: Jan Kalina
Assignee: Jean-Francois Denise
Priority: Minor
CLI interprets {} as blank object in resource attribute (correct), but as UNDEFINED in
object attribute. (in model parameter of *performRuntime* of ADD operation)
{code:java}
/subsystem=elytron/properties-realm=realm:add(users-properties={path=$SOME_PATH},groups-properties={})
=> groups-properties = OBJECT {}
{code}
{code:java}
/subsystem=elytron/ldap-realm=ldap-realm8:add(dir-context=local-ldap,identity-mapping={rdn-identifier=uid,otp-credential-mapper={}})
=> otp-credential-mapper=UNDEFINED
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)