Skip to content
Snippets Groups Projects
Commit adbd31c7 authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Use PSR-7 Request in BackendController

Various GeneralUtility::_GET() calls are now replaced by
using the PSR-7 Request object, reducing the need for accessing
global scope variables $_GET and $_POST.

Resolves: #90655
Releases: master
Change-Id: Ia636df18396f27db5edab3533371d25d98324831
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63559


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent fee44f32
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