[TASK] Avoid GeneralUtility::_GET() in EXT:indexed_search
The AdministrationController in EXT:indexed_search is based on the extbase framework. As this provides a specific request object, there is no need to use GeneralUtility::_GET() for fetching plugin related arguments. However, since the extbase specific request object does not provide non-plugin related arguments (those without the plugin prefix), we currently have to fetch them from the global PSR-7 request. This will vanish as soon as extbase does also use the PSR-7 implementation. Resolves: #94071 Releases: master Change-Id: Ib5bd533b2a2bb9283dda11e0a796f3dfd629458f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69034 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>
Please register or sign in to comment