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
Updated by Gerrit Code Review 12 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81969
Updated by Gerrit Code Review 12 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81908
Updated by Anonymous 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ed152538140d581370db7358061f82b00c455a74.
Actions