]
ehsavoie Hugonnet moved WFLY-6239 to WFCORE-1399:
-------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1399 (was: WFLY-6239)
Component/s: Domain Management
(was: CLI)
Affects Version/s: (was: 10.0.0.Final)
CLI: failure when adding a JNDI entry with default value containing a
'$' at the end
------------------------------------------------------------------------------------
Key: WFCORE-1399
URL:
https://issues.jboss.org/browse/WFCORE-1399
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
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}