-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.0.0, 9.12.36, 11.3.3, 11.3.7
-
Component/s: Project Administration - Permissions
-
9
-
1
-
Severity 3 - Minor
Issue Summary
After changing the base URL, a message popup would appear if an user accessed Jira with the old base URL.
However, when the user clicked the "Update Jira's base URL" in the popup outside WebSudo session, nothing occurred.
Steps to Reproduce
1. Change the base URL (make sure the old base URL is still accessible). A message popup "Jira's base URL is set to..." will be shown when "Update" button is clicked
2. Restart Jira without touching the message popup
3. Login to Jira with the old base URL. A message dialog "Jira's base URL is set to..." will be shown again
4. Click "Update Jira's base URL" link in the popup
Expected Results
Unknown (but probably redirecting to the WebSudo authentication screen).
Actual Results
Nothing occurred.
When clicking the link, the HTTP response was 401 and the response data was
<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><status><status-code>401</status-code><message>This resource requires WebSudo.</message></status>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.