-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 4.3.1
-
Component/s: User Management - LDAP Integration
-
Environment:
Studio 103.6
-
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".
- is blocked by
-
CWD-2459 Crowd removes the last occurrence of "/services" from the application URL
-
- Closed
-
- is related to
-
JRASERVER-24952 When Syncing with Crowd fails due to a bad user it fails for everyone after that user, this should be more robust.
-
- Closed
-
-
CWD-2446 Remote Crowd directory connection URL cannot contain "/services"
-
- Closed
-
- mentioned in
-
Wiki Page Loading...