Actions
Bug #103057
closedText as page ID silently converted
Start date:
2024-02-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given you do a request like /index.php?id=foobar
, thus a text instead of a number as id
then you will see the start page of your site.
Also number-like texts like /index.php?id=2step
will try to use the number part of the id
, in this case /index.php?id=2
.
In all of these cases the frontend should throw a 404 instead.
Especially since there is no more support for page aliases since #87356
Actions