tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
7 stars 31 forks source link

Remove usages of GeneralUtility::_GET, GeneralUtility::_GP, $_GET and $_POST #205

Closed christianbltr closed 8 months ago

christianbltr commented 8 months ago

Remove usage of deprecated GeneralUtility::_GET, GeneralUtility::_GP and also direct access of $_GET and $_POST.

(GeneralUtility::_GET, GeneralUtility::_GP are deprecated and will be removed in TYPO3 13)

Retrieve the data from the PSR-7 request instead.