[!!!][TASK] Remove HTTP headers manipulating methods in HttpUtility
In order to properly handle PSR-7 response objects, methods, which directly manipulate HTTP headers, should be avoided. Therefore following methods from HttpUtility are now removed: - `redirect()` - `setResponseCode()` - `setResponseCodeAndExit()` Resolves: #96143 Related: #94316 Releases: main Change-Id: Id353bb427118d148aa251b144eb866a4bd9ff822 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72378 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Utility/HttpUtility.php 0 additions, 47 deletionstypo3/sysext/core/Classes/Utility/HttpUtility.php
- typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst 3 additions, 0 deletions...og/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php 3 additions, 0 deletions...guration/ExtensionScanner/Php/MethodCallStaticMatcher.php
Please register or sign in to comment