Actions
Bug #98163
closedEndless loop when using PageContentErrorHandler and non existing page
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you use errorHandler: Page
in your site configuration and link to a page, which is somehow not existing, disabled or not translated yet, the server runs into an endless loop trying to fetch the page. I think it would be a good idea to make a check if the requested URI and the configuered errorContentSource URI are the same. And if it is the case return nothing or throw an error or whatever you think is the proper way to handle this situation.
Updated by Oliver Hader about 2 years ago
- Status changed from New to Resolved
Applied in changeset typo3cms-core:fc51ccbf2bb8a8c959aa74cbceca124971e6e7fd.
Actions