]
Brian Stansberry updated WFCORE-1399:
-------------------------------------
Fix Version/s: 2.2.0.CR1
Failure when resolving an expression with the 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
Affects Versions: 2.1.0.CR1
Reporter: Valentin Maechler
Assignee: ehsavoie Hugonnet
Fix For: 2.2.0.CR1, 3.0.0.Alpha1
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}