[BUGFIX] ActionController must not register superfluous validators
\TYPO3\CMS\Extbase\Mvc\Controller\ActionController::initializeActionMethodValidators registers a superfluous property validator for simple types. As these kinds of validators are added through method getBaseValidatorConjunction, the superfluous registration is removed. Releases: master Resolves: #84953 Change-Id: I02fe7863b9014aa6072653d536dfeed67a01deda Reviewed-on: https://review.typo3.org/56901 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php 19 additions, 28 deletions...ysext/extbase/Classes/Mvc/Controller/ActionController.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerTest.php 1 addition, 18 deletions.../Tests/Functional/Mvc/Controller/ActionControllerTest.php
Please register or sign in to comment