[
https://issues.jboss.org/browse/WFCORE-280?page=com.atlassian.jira.plugin...
]
Brian Stansberry moved WFLY-2795 to WFCORE-280:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-280 (was: WFLY-2795)
Component/s: Domain Management
(was: Domain Management)
Escaped expressions are still expanded at runtime
-------------------------------------------------
Key: WFCORE-280
URL:
https://issues.jboss.org/browse/WFCORE-280
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: James Perkins
Assignee: Brian Stansberry
Priority: Minor
In DMR expressions can be escaped with {{$$}}. Two passes are made in the
[
ExpressionResolverImpl|https://github.com/wildfly/wildfly/blob/master/con...].
The first pass changes {code}$${key}{code} to {code}${key}{code}. The second pass fully
expands the expression.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)