Actions
Task #93007
closed"Immediate" Exception should be passed through the middleware stack
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2020-12-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
With #85812 an immediate response exception has been introduced.
It would be nice if the response is not passed all the way back to the HTTP application class,
but through the middleware, allowing middlewares to process immediate responses (e.g. redirects).
Actions