[jboss-jira] [JBoss JIRA] (WFCORE-280) Recursive resolution breaks expression escaping
Brian Stansberry (JIRA)
issues at jboss.org
Mon Nov 24 21:15:41 EST 2014
[ https://issues.jboss.org/browse/WFCORE-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFCORE-280:
------------------------------------
Summary: Recursive resolution breaks expression escaping (was: Escaped expressions are still expanded at runtime)
> Recursive resolution breaks expression escaping
> -----------------------------------------------
>
> 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/controller/src/main/java/org/jboss/as/controller/ExpressionResolverImpl.java#L119]. 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)
More information about the jboss-jira
mailing list