Skip to content
Snippets Groups Projects
Commit 84f90c38 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Daniel Goerz
Browse files

[TASK] Remove extbase Request->setMethod()

To further prepare towards a PSR-7 Request in extbase
we have to get rid of the setMethod() method.

Therefore, the internal method setMethod() is dropped,
while the public getMethod() is adjusted to use
the PSR-7 Request. Additionally, the now unused
InvalidRequestMethodException is deprecated.

Resolves: #94231
Related: #94231
Related: #94223
Releases: master
Change-Id: I1298cd049cf6fc1d44cf46ec3cbb3bd588b3bb7a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69319


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 1f97a631
Branches
Tags
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