]
Brian Stansberry reassigned WFLY-2795:
--------------------------------------
Assignee: Brian Stansberry (was: James Perkins)
Escaped expressions are still expanded at runtime
-------------------------------------------------
Key: WFLY-2795
URL:
https://issues.jboss.org/browse/WFLY-2795
Project: WildFly
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.