Upgrade task doesn't like Crowd servers with "services" in the hostname

XMLWordPrintable

    • 4.03

      A few Studio instance have become broken recently. Each instance was in the form of "services*.jira.com". We traced it back to UpgradeTask_Build601:

      // Trim /services from the end of the url if it is there
      url = url.replace("/services", "");
      

      This is causing the Crowd server to go from "http://servicesexample.jira.com/" to "http:/example.jira.com/".

      From the looks of it, this will also happen to non-Studio instances when the Crowd hostname contains "services".

            Assignee:
            Mark Lassau (Inactive)
            Reporter:
            Brian McKenna (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: