LDEV-5200 Prevent invalidated session error from propagatingThere seems to be a problem with Infinispan session invalidation similarto thishttps://issues.redhat.com/browse/UNDERTOW-478We already have got a patched version, but similar problems occur. Theyprobably have to do with async servlet processing.Until we upgrade WildFly we need to keep these safety measures.
LDEV-5200 Prevent invalidated session error from propagatingThere seems to be a problem with Infinispan session invalidation similarto thishttps://issues.redhat.com/browse/UNDERTOW-478We already have got a patched version, but similar problems occur. Theyprobably have to do with async servlet processing.Until we upgrade WildFly we need to keep these safety measures.
SP-4 Fix roles processingThere was a problem when removing a user from an organisation.Managers were also incorrectly processed.Also a rewrite of user data gathering and user accounts creation logic.