Project

General

Profile

Actions

Bug #106851

open

Form Validation fails with "token" as Form Name

Added by George Miller 10 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2025-06-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Description

If you set the name of an Extbase form, in my case that of a backend controller, to "token", the validation of the form always fails.

Example

<f:form action="verifyPin" name="token" object="{token}">
    ...
</f:form>

Preliminary error analysis

Since the request token is apparently always transmitted as a GET parameter, the simplest solution would probably be to swap the order of this POST-GET parameter check.

No data to display

Actions

Also available in: Atom PDF