[jboss-jira] [JBoss JIRA] (WFLY-2795) Escaped expressions are still expanded at runtime

James Perkins (JIRA) issues at jboss.org
Wed Jan 22 14:06:28 EST 2014


James Perkins created WFLY-2795:
-----------------------------------

             Summary: Escaped expressions are still expanded at runtime
                 Key: WFLY-2795
                 URL: https://issues.jboss.org/browse/WFLY-2795
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: ConfigAdmin
            Reporter: James Perkins
            Assignee: James Perkins
            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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list