Actions
Bug #105514
openAppend requested URL to formatted log message in ErrorHandler
Start date:
2024-10-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the AbstractExceptionHandler
, the requested URL is appended within the web context.
This is highly advantageous when an error is thrown, as the provided URL helps locate the error more quickly.
However, if only an ErrorHandler
is triggered, no URL is appended.
Actions