Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
After logout three calls are made to the server and fail since the user has logged out:
HTTP401: DENIED - The requested resource
requires user authentication.
(XHR)GET - https://..../rest/jiraxporter/1.0/product/config/scopes?_=1570616077667
HTTP401: DENIED - The requested resource
requires user authentication.
(XHR)GET - https://..../rest/jiraxporter/1.0/product/config/executioncontext?_=1570616077721
HTTP401: DENIED - The requested resource
requires user authentication.
(XHR)GET - https://..../rest/jiraxporter/1.0/product/config/breakpagetypes?_=1570616077743
How to reproduce:
- Login into a Jira instance with Xporter installed
- Open the developer tools in the Network tab
- Logout of Jira
- In the Network the failled requests shown above are displayed.