Task #96273
Epic #96107: Core v12 deprecation removals
Remove TypoScriptFrontendController container entry
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2021-12-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
TypoScriptFrontendController is stateful and breaks subrequests
when injected. It must be therefore be retrieved rom the request
attribute frontend.controller.
Related issues
Updated by Benjamin Franzke 5 months ago
- Related to Bug #95174: pageNotFoundAction not working properly in Extbase with feature toggle subrequestPageErrors turned on added
Updated by Gerrit Code Review 5 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/+/72543
Updated by Gerrit Code Review 5 months ago
Patch set 2 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/+/72543
Updated by Benjamin Franzke 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bcfa0cbf644b3337567d375eb86d30c683e39624.
Updated by Nikita Hovratov 5 months ago
- Related to Task #96338: Remove leftover TypoScriptFrontendContoller factory method added