[!!!][TASK] Make PSR-7 ServerRequest object required for arguments
This change modifies various places to always have a valid PSR-7 Request object handed in. Previously this was optional as part of the backwards-compatibility in TYPO3 v11. Resolves: #96318 Releases: main Change-Id: Idf46dec219cdbbdc97fbe745240770b364ecb38b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72601 Tested-by:Oliver Bartsch <bo@cedev.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 4 additions, 7 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php 1 addition, 1 deletion.../Classes/Authentication/CommandLineUserAuthentication.php
- typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst 8 additions, 0 deletions...og/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/extbase/Classes/Core/Bootstrap.php 2 additions, 2 deletionstypo3/sysext/extbase/Classes/Core/Bootstrap.php
- typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php 3 additions, 3 deletions...end/Classes/Authentication/FrontendUserAuthentication.php
- typo3/sysext/frontend/Classes/Authentication/ModifyResolvedFrontendGroupsEvent.php 3 additions, 3 deletions...sses/Authentication/ModifyResolvedFrontendGroupsEvent.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 2 additions, 6 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 9 additions, 14 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/opendocs/Classes/Service/OpenDocumentService.php 0 additions, 2 deletions...3/sysext/opendocs/Classes/Service/OpenDocumentService.php
- typo3/sysext/redirects/Classes/Service/RedirectService.php 1 addition, 1 deletiontypo3/sysext/redirects/Classes/Service/RedirectService.php
Please register or sign in to comment