XMLWordPrintable

Details

    • False
    • None
    • False
    • Release Notes
    • Hide
      = Bitbucket API client resolves the server URI

      Before this update, the Bitbucket API client failed to resolve the server URI because of the path segments. With this update, the server URI is successfully resolved with the path segments.
      Show
      = Bitbucket API client resolves the server URI Before this update, the Bitbucket API client failed to resolve the server URI because of the path segments. With this update, the server URI is successfully resolved with the path segments.
    • Bug Fix
    • Done

    Description

      Fix a bug where URL is not resolved correctly if a server URL has path segments. URI.create(https://server-url/path-segment).resolve(/second-path) returns https://server-url/second-path, so the path-segment is ignored. See for more details.

      Add a trailing / to the server URL and make the rest API segments relative to fix the problem.

      Attachments

        Issue Links

          Activity

            People

              ivinokur-1 Igor Vinokur
              mbenitez@redhat.com Martha Benitez
              Max Leonov Max Leonov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: