Skip to content
Snippets Groups Projects
Commit 5f92958b authored by Daniel Goerz's avatar Daniel Goerz Committed by Benni Mack
Browse files

[BUGFIX] Do not hand invalid input to ResourceFactory

A phpstan related patch revealed a flaw in EXT:form
PropertyMappingConfiguration when an "EXT:" path was
passed to the FAL ResourceFactory.

Instead of relying on the InvalidArgumentException
this patch now prevents the invalid argument from being
passed in the first place.

Resolves: #92908
Related: #92264
Releases: master, 10.4
Change-Id: I09ff5e28c28e8bbc2de954c1b9077969befb3646
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66852


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 7f2b4071
No related merge requests found
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