Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-280

Recursive resolution breaks expression escaping

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 1.0.0.Alpha14
    • None
    • Management
    • None

      In DMR expressions can be escaped with $$. Two passes are made in the ExpressionResolverImpl. The first pass changes

      $${key}

      to

      ${key}

      . The second pass fully expands the expression.

            bstansbe@redhat.com Brian Stansberry
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: