Actions
Bug #106851
openForm Validation fails with "token" as Form Name
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