URI::resolve broken if the base URI has an empty path

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      URI.create("s://:").resolve("a/b/c").toString() yields "s://:a/b/c"
      URI.create("s://h:").resolve("a/b/c").toString() yields "s://ha/b/c"
      URI.create("s://h:80").resolve("a/b/c").toString() yields "s://h:80a/b/c"

            Assignee:
            Daniel Fuchs
            Reporter:
            Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: