Skip to content
Snippets Groups Projects
Commit 7b6901ef authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[BUGFIX] Use HTTP status code from extbase response object

The status code of a PSR-7 response object returned by an extbase
action has no influence on the actual status code returned in
frontend context.

With this change, a status code >= 300 from the PSR-7 response
is applied using the PHP header() function.

Resolves: #94533
Releases: master
Change-Id: Icfca5cbf6d37841fdb5f4d36d29bd2b2bce3fbd1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71014


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 avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 55b2a1e0
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