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

[!!!][TASK] Remove TypoScript option addQueryString.method

The option typolink.addQueryString.method only has either "GET"
or nothing (using $_SERVER[QUERY_PARAMS]) as possibility.

In order to effectively make use of PSR-7 Requests and better
routing capabilities, the "GET" method is preferred, making
the whole option obsolete, and removing it.

All related Fluid arguments and Extbase UriBuilder
methods are deprecated.

Resolves: #93041
Releases: master
Change-Id: I286fdf08548f224f5e4287ad36b43b2d79a669b8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67000


Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent d66d7f68
Branches
Tags
No related merge requests found
Showing
with 107 additions and 290 deletions
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