Skip to content
Snippets Groups Projects
Commit 5548e0f1 authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[FEATURE] Provide PSR-7 request in extbase validators

Extbase validators do currently not provide the possibility
to include PSR-7 request related data for validation.

With this change, validators extending extbase `AbstractValidator`
will include the PSR-7 request object when instantiated by
`ValidationResolver`. Extension developers can use data
available in the PSR-7 request object in custom validators.

Resolves: #102951
Releases: main
Change-Id: I3012c778078de1b69cecfb36f05ce8f9794adf88
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82895


Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
parent ecf1093a
Branches
Tags
No related merge requests found
Showing
with 147 additions and 33 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