Shortcut links white spaces are changed to + for file:// links

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 2.5.4
    • Affects Version/s: 2.2.10, 2.3-DR2, 2.3, 2.3.1, 2.3.2, 2.3.3, 2.4, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.5, 2.5.1, 2.5.2, 2.5.3
    • Component/s: None

      Shortcut links are URL encoded since 2.2.10. This means that white spaces ' ' are replaced with '+' as per the URLEncoder javadoc (http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html).
      This is not good for URL of type file://.

      file://This is a test/myfile.txt is NOT equivalent to file://This+is+a+test/myfile.txt.

            Assignee:
            Agnes Ro
            Reporter:
            Samuel Le Berrigaud
            Votes:
            2 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: