Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7901971

JavaTest Agent mapfiles cannot handle spaces

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jt6.0
    • jt6.0
    • tools
    • b01
    • Verified

      JavaTest Agent's map file syntax does not support any kind of escaping, and treats any space (' '), tab ('\t') or line feed ('\n') as value delimiter. Also, any values after the second white space character are simply ignored.
      For example, the following map file entry
          PREFIX WITH SPACES WHAT WE INTENT TO REPLACE
      is treated as a map from "PREFIX" to "WITH", with the rest of the entry ignored.

      That leads to frustrating errors, and makes map files unusable in some cases (especially on Windows).

            afedorch Alexey Fedorchenko (Inactive)
            slukyanov Stanislav Lukyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: