Skip to content
Snippets Groups Projects
Commit c0350b1e authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Benni Mack
Browse files

[!!!][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: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent a040810c
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment