[
https://issues.jboss.org/browse/WFLY-6239?page=com.atlassian.jira.plugin....
]
Valentin Maechler edited comment on WFLY-6239 at 2/18/16 4:31 AM:
------------------------------------------------------------------
Added test case "sysPropertyWithNormalDefaultValue" and
"sysPropertyWithSpecialDefaultValue" to the test class{{
ExpressionResolverUnitTestCase}} and fixed the class {{ExpressionResolver}}
(!) There's code duplication in the fixed class which needs to be cleaned up !!!
was (Author: vmae):
Added test case "sysPropertyWithNormalDefaultValue" and
"sysPropertyWithSpecialDefaultValue" to the test class and fixed the class
(!) There's code duplication in the fixed class which needs to be cleaned up !!!
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: 10.0.0.Final
Reporter: Valentin Maechler
Assignee: Alexey Loubyansky
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)