Actions
Bug #102520
closedUserSessionManager tries to access normalizedParams since 12.4.8
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
Start date:
2023-11-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Extensions relied on the fact that `normalizedParams` was not provided until 12.4.7, so they could pass a blunt ServerRequest to BackendUserAuthentication->start()
This leads to an exception with EXT:container upgrade wizards, see attachment and following link
See also https://github.com/b13/container/issues/460
Files
Actions