Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-2588

double escaped path slashes in session variables using shell

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.2.11
    • None
    • karaf
    • Windows 7 64 bits
      Karaf 2.2.11 ZIP release
      Windows cmd.exe

    Description

      In previous versions, like Karaf 2.2.2 ZIP release I could use paths as session variables using Karaf shell:

      scripts.path=C:\\data
      C:\data

      But now, using Karaf 2.2.11 I need to double escape slashes to obtain the same behaviour:

      scripts.path=C:\\data
      C:data

      vs

      scripts.path=C:\\\\data
      C:\data

      I don't know in which version between 2.2.2 and 2.2.11 it has changed. Why did this behaviour change? I have a lot of Karaf scripts that I need to edit adding these double-escaped paths.

      Attachments

        Activity

          People

            Unassigned Unassigned
            logoff Julio Carlos Barrera
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: