]
Work on ISPN-7276 started by Vladimir Blagojevic.
-------------------------------------------------
Console should automatically logout on Server mode change
---------------------------------------------------------
Key: ISPN-7276
URL:
https://issues.jboss.org/browse/ISPN-7276
Project: Infinispan
Issue Type: Enhancement
Components: Console
Affects Versions: 9.0.0.Alpha4
Reporter: Ryan Emerson
Assignee: Vladimir Blagojevic
Currently if a user does not logout of the console and then restarts the server(s) in a
different mode, i.e. previously it was in domain and now standalone, when the user returns
to the console nothing happens on page refresh. At present this means that the user must
navigate to /logout or make sure the browser session has been cleared in order to login
and use the console again.
We should handle this situation more gracefully:
Ideally the console should adapt to the new server mode upon page refresh (or even after
x amount of time) and inform the user that the console has refreshed. In some cases this
would involve transitioning to a new page if the current page does not exist in the new
server mode.
At the very least, the console should automatically logout the user upon detecting that
the server mode has changed.