Bug #4802
Sunstone white screen after logging back in from another tab
Status: | Closed | Start date: | 09/19/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 5.0 |
Description
If you have multiple tabs of sunstone open in your browser, and your session times out, the first tab that you attempt to re-access will prompt for your credentials. This will work, and take you to sunstone dashboard. However if you later go to one of the other tabs, it will redirect you to a white page at <fqdn of sunstone host>/login -- this white page will persist if you try to hit reload, but if you remove the /login this will bring up the sunstone dashboard.
One potential fix: /login should redirect back to main page (or whatever page was the next in the continuation of what the user was attempting).
History
#1 Updated by Ruben S. Montero almost 5 years ago
- Target version set to Release 5.2
#2 Updated by Ruben S. Montero almost 5 years ago
- Assignee set to Carlos Martín
#3 Updated by Carlos Martín almost 5 years ago
- Status changed from Pending to Closed
- Resolution set to fixed
Hi,
This bug is present in 5.0, but it was already fixed in master (as part of #4211).
As you said, an authorized request to /login
redirects to /
(the dashboard).