LDEV-4293 Prevent session invalidation exceptions from propagating It seems that WildFly distributed session management may have bugs. On se…
Show more
LDEV-4293 Prevent session invalidation exceptions from propagatingIt seems that WildFly distributed session management may have bugs. Onsession invalidation there is an attempt to close a websocket channel,even if it does not exist. If it happens, an user gets in an endlessloop of accessing error.jsp page, trying to get session, trying toinvalidate his previous session, getting an error etc. We should atleast prevent the user from getting a visible error and let him try tocreate a new session.
Show less