Incorrect handling of paths in smart action args for Windows.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jtreg4.2
    • Affects Version/s: jtreg4.2
    • Component/s: tools
    • None

      When substituting values for "smart action args" that include Windows path names, the '\' characters get dropped.

      The root cause is the use of Matcher::appendReplacement, which interprets '\' and '$' in the replacement string instead of treating the replacement string as a literal value.

      The solution is to avoid using appendReplacement.

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: