Project

General

Profile

Actions

Bug #78740

closed

Backend login not possible with different urls

Added by Tobias Hüske over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2016-11-18
Due date:
% Done:

100%

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

Description

The backend login in TYPO3 8 (tested with 8.3 and 8.4) is not possible when trying to perform from different urls after the cache is warmed up.

Bug is reproducible as described:

1) Make a clear TYPO3 installation
2) Try to perform a login with a domain which matches the following scheme: typo3.randomnumber.defaulturl.de/typo3 => Login is working
3) Now try to perform a login with the following: randomnumber.defaulturl.de/typo3/typo3 => Login is not working

The JavaScript files (RsaEncryptionModule.js, Lang.js, Login.js and UserPassLogin.js) are not loaded correctly which causes that the login is not possible.

After clearing the cache (typo3temp/var/Cache), randomnumber.defaulturl.de/typo3/typo3 is working but typo3.randomnumber.defaulturl.de/typo3 is not.

Versions prior to 8 don't have the described behavior.

Actions

Also available in: Atom PDF