Project

General

Profile

Actions

Bug #72812

closed

rsaauth: IE caches xhr, problem with login after changing password

Added by Michal Cygankiewicz about 8 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Authentication
Target version:
-
Start date:
2016-01-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Scenario:

1. I am logging as a frontend user.
2. Log out.
3. Forgot password, ask for new one.
4. I am not able to login again in IE (in other browser those scenario works fine) unless close and open browser again or clear all browser caches.

Seems like it is because of strange xhr caching strategy in IE. http://stackoverflow.com/questions/10950717/why-does-internet-explorer-cache-xhr-requests

Solution for that is to change

this.xhr.open('GET', url, true);

to POST in \typo3\sysext\rsaauth\resources\FrontendLoginFormRsaEncryption.js

Should we implement that change into core?


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #81852: Deprecate EXT:rsaauthClosedGeorg Ringer2017-07-13

Actions
Actions

Also available in: Atom PDF