Actions
Task #103818
openStreamline `PageContentErrorHandler`
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2024-05-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Since #103399 the PageContentErrorHandler uses Guzzle to make a
full external request for external error page content urls with
a specific header to guard calling the same TYPO3 instance with
a invalid error page.
A dedicated sub method has been added to handle the external
request handling, while keeping the internal sub-request in
the main `handlePageError()` method.
Actions