|
|
2/16/2017 12:32:05 PM
session mappings
|
2/24/2017 8:11:41 AM
logging out via application (via ?GLO=true query parameter),
CatalineSamlSessionStore does not expire session, while it does that
in logging by SAML session index.
This causes distributed sessions being invalidated only on node hanling
the request, but remains active in other nodes of the cluster. Then the
session can be resurrected on next cache replication back even to the
node where the logout was performed. This behaviour is fixed here.
|
5/2/2017 4:39:04 AM
Use event reader from AbstractParser, which handles newlines and whitespace
|
2/22/2017 8:27:31 AM
handles newlines and whitespace.
(cherry picked from commit 224c9c539591a2caf6c76b2ef148578eb9be076f)
|
4/28/2017 8:29:38 AM
for 2.5.x
|
|
|
4/6/2017 3:49:32 AM
message for session iframe
|
4/4/2017 6:32:21 PM
a message coming from any window on the same origin may cause the refresh token to be cleared.
In my case, messages generated by a chrome extension were causing the application to logout unexpectedly. With additional condition only messages coming from the login iFrame will be processed. Another suggestion would be changing the condition `event.data != "unchanged"` to something more specific.
|
4/28/2017 5:32:44 AM
Fix NPE
|