-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 3.5.0
-
Component/s: Customer Portal
-
2
-
Severity 3 - Minor
Summary
If user has configured logout.url in the seraph-config.xml, the redirection upon logout from customer portal may fail to work if the website takes too long (>2s) to respond.
Steps to Reproduce
- Modify the logout.url of seraph-config.xml file to set it to https://httpbin.org/delay/3 (there will be 3s of delay when accessing this URL)
- Restart JIRA
- Login to customer portal via <base_url>/servicedesk/customer/user/login
- Try to logout
Expected Results
The page get redirected to https://httpbin.org/delay/3 after logout.
Actual Results
The default logout page is shown and the request for the configured URL is cancelled in the Network log :
Notes
When set logout.url to https://httpbin.org/delay/1 (1s delay in response) the problem can no longer be reproduced.
Workaround
No workaround at the moment.
- is duplicated by
-
JSDSERVER-5240 If the logout.url takes too long to response Service Desk will cancel the redirect request
-
- Closed
-
- relates to
-
JSDSERVER-4649 Improvement to Custom Logout.
-
- Closed
-
- links to