]
ehsavoie Hugonnet reassigned WFLY-6239:
---------------------------------------
Assignee: ehsavoie Hugonnet (was: Alexey Loubyansky)
CLI: failure when adding a JNDI entry with default value containing a
'$' at the end
------------------------------------------------------------------------------------
Key: WFLY-6239
URL:
https://issues.jboss.org/browse/WFLY-6239
Project: WildFly
Issue Type: Bug
Components: CLI
Affects Versions: 2.1.0.CR1
Reporter: Valentin Maechler
Assignee: ehsavoie Hugonnet
Attachments: ExpressionResolver.java, ExpressionResolverUnitTestCase.java
Can not add a JNDI / naming entry which contains a "$" sign at the end of its
default value.
e.g. {code}
value="${my.sample.property1:entry5-default-value-with-special-char-at-the-end-$}"
{code}