Actions
Bug #99532
closedRemove hack for GLOBALS[LANG] and UriBuilder
Start date:
2023-01-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
GLOBALS[LANG] needs to be set up, because the UriBuilder is generating a token, which in turn needs the FormProtectionFactory, which then builds a Message Closure with GLOBALS[LANG] (hacky, yes!) - was used in "typo3/sysext/backend/Classes/Middleware/BackendUserAuthenticator.php" but is not needed anymore, since FormProtectionFactory is much better now.
Actions