Skip to content
Snippets Groups Projects
Commit 6c3c8a6a authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Benni Mack
Browse files

[TASK] Avoid last usage of GU::_GPmerged() and deprecate

After years of refactoring, TYPO3 core finally removes
a last usage of GeneralUtility::_GPmerged() which is
an anti-pattern method, since it accesses $_GET
and $_POST instead of retrieving things from
PSR-7 ServerRequestInterface $request.

Resolves: #99615
Releases: main
Change-Id: I3cb6f3a0cee0a7654dce331dc40ab51f2efe41f4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77477


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent ae146089
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