Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-30533

Fix text expansion of default values

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 10.10-HF51, 11.5, 2021.7
    • Component/s: Runtime
    • Team:
      FG
    • Story Points:
      1

      Description

      When doing a text expanding of default values, behavior is incorrect if for other reasons there is another closing brace further in the line (typically for another variable replacement).
      This:

      ${foo:=deffoo} bar}
      

      Should be expanded into:

      deffoo bar}
      

      But is currently incorrectly expanded into:

      deffoo} bar
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: