Created attachment 796905 [details] error screen When the user is logged in and the server has been restarted in background... Steps to Reproduce: 1. log into business-central 2. go to Authoring -> Asset repository 3. restart the EAP 4. try to upload any jar Moreover, the user is unable to work with the application - even to return to the home page. only logout or refreshing whole page in the browser works and gets the user to correct login screen. Version-Release number of selected component (if applicable): BRMS-6.0.0.ER2 Actual results: error dialog appears containing HTML src of login screen
I believe that this is expected behavior that after server restart http session is gone and all data about authenticated users is lost and thus none of the operations work except those that are going via regular servlets where lost session is detected and thus redirected to logon form. Looks like there is an issue with errai/uberfire to detect session lost/expiration and act accordingly.
Bug fixed and pushed to Uberfire on master and 0.3.x branches: https://github.com/droolsjbpm/uberfire/commit/73116682 https://github.com/droolsjbpm/uberfire/commit/4da1f5e7 As Maciej pointed, it's expected that by default user have to login again. This fix detects a problem with server and presents an ErrorPopup. Once user presses OK (only option) the application refresh itself.
Verified on BRMS-6.0.0.ER5
qe_test_coverage: UX issue