Open pavelhoral opened 5 months ago
Login on WebKit based browsers does not work due to aborted request in SessionValidator.js.
SessionValidator.js
What happens is that:
goto
window.location.href
EVENT_AUTHENTICATION_DATA_CHANGED
EVENT_AUTHENTICATED
In non-WebKit browsers:
In WebKit browsers:
getSessionInfo
This issue started appearing probably after upgrading to newer jQuery with updated promise handling.
Login on WebKit based browsers does not work due to aborted request in
SessionValidator.js
.What happens is that:
goto
parameter, CommonConfig.js sets redirect URL viawindow.location.href
EVENT_AUTHENTICATION_DATA_CHANGED
event is fired which in turn firesEVENT_AUTHENTICATED
In non-WebKit browsers:
window.location.href
)In WebKit browsers:
getSessionInfo
, however that request gets cancelled (probably due to the navigation in progress)This issue started appearing probably after upgrading to newer jQuery with updated promise handling.