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
|
|
|
|