Skip to content
Snippets Groups Projects
user avatar
Alexander Schnitzler authored
Issue #92815 introduced a regression which triggered an endless
recursion in case of a validation error.

A bit longer explanation:

Given there is an extbase controller action with an argument
whose properties have to validated, extbase maps the incoming
data of the request onto the internally handled arguments
object which then performs the validation on all given arguments.

In case of an error, extbase tries to redirect to the referring
request aka the current request with an updated set of arguments.
The idea is to remove all arguments of the current request to not
trigger the same validation error again on the next try.

There was a condition in the past which eventually led to the
overriding of current arguments which was refactored wrong.

The solution is to simply always use the arguments of the
ForwardResponse.

Releases: master
Resolves: #94457
Change-Id: I9ec815205481faf77ff30eef3b5d68eb00c776c4
Reviewed-on: https://review.typo3.or...
5932bdbd
Name Last commit Last update