Closed
Bug 993229
Opened 11 years ago
Closed 11 years ago
Display useful error when auth token is no longer valid
Categories
(MozReview Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcote, Unassigned)
References
Details
(Keywords: bmo-big)
When the cookie (XMLRPC) or token (REST) expires or is otherwise rendered invalid, we need to alert the user. This can be detected both from a form submission (publishing changes) or via AJAX call (e.g. reviewer autocomplete).
We should at least display a useful error, informing them that they need to log out and back in to refresh their Bugzilla session. Other options include a login prompt or just logging them out of Review Board. The latter is probably the least jarring, but we need to ensure that no work would be lost, particularly if it's the result of an AJAX call.
Reporter | ||
Updated•11 years ago
|
Priority: -- → P1
Reporter | ||
Comment 1•11 years ago
|
||
Fixed this with a combination of a change to Review Board core (https://github.com/reviewboard/reviewboard/commit/e44360a97b01162c5a0265bb4b9f74c5fca85bc3) and rbbz (https://github.com/mozilla/rbbz/commit/b0fcb45a24d0dc44168a3a3b8b0a45e8c67ad0e1).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Product: bugzilla.mozilla.org → Developer Services
Assignee | ||
Updated•9 years ago
|
Product: Developer Services → MozReview
You need to log in
before you can comment on or make changes to this bug.
Description
•