]
Valentin Maechler commented on WFCORE-1399:
-------------------------------------------
Please check the last entry of WFCORE-1399 and runt te described test on your side.
This is currently a major issue on our side.
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
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}