Skip to content
Snippets Groups Projects
Commit 78df6bc6 authored by Benni Mack's avatar Benni Mack Committed by Benjamin Franzke
Browse files

[TASK] Remove PSR-7 request attribute "target" for backend routes

Back in TYPO3 v7, the "target" request attribute for BE routes
was added with PSR-7, before Routing with PSR-15 and the
new Module API in TYPO3 v12 was added. It contained
the PHP class and method to be called as Request endpoint.

The Route object which is now used consistently, can now be
used and the target request attribute for backend requests
is removed again.

Resolves: #102781
Releases: main
Change-Id: I1e62e6c3395af9075f1433a1cb0547e4146b2807
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82400


Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 192bd466
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