WrenSecurity / wrenam

Community fork of OpenAM, an authentication and authorization system originally developed by ForgeRock.
Other
43 stars 27 forks source link

Login is broken on WebKit based browsers #176

Open pavelhoral opened 5 months ago

pavelhoral commented 5 months ago

Login on WebKit based browsers does not work due to aborted request in SessionValidator.js.

What happens is that:

In non-WebKit browsers:

In WebKit browsers:

This issue started appearing probably after upgrading to newer jQuery with updated promise handling.