Details
Description
When running the comp. Component Showcase, after the session expires due to user inactivity, no session expiry notification is presented (no popup). Also, if you try to interact with the app. after the session has silently expired, a nasty error is presented (attached).
The auction and compat. auction monitor seem to work fine with regard to presenting the default session expiry popup, so this may be related to the ice:outputConnectionStatus component use on the compat showcase application.
The auction and compat. auction monitor seem to work fine with regard to presenting the default session expiry popup, so this may be related to the ice:outputConnectionStatus component use on the compat showcase application.
Issue Links
- depends on
-
ICE-5801 Provide configuration for ICEpush to be always active
-
- Closed
-
The issue was that when the framework was checking for context parameters that specified a redirect URI for session expiry, the actual String 'null' was being returned. The bridge was then interpreting that to be a valid URI and invoking the logic to redirect the page to /context/null. I added code to the bridge to check for the 'null' String and treat it as null for now but it's likely this isn't the best solution.