Task #85812
closedEpic #84726: Initiative: URL Routing Integration / Site Handling
Epic #84727: Site Handling - Part 2 / Missing Pieces
Task #85166: Add tests for a frontend rendering based on sites
Throw PSR-7 Responses up to Application
100%
Description
In order to properly handle PSR-7 response objects explicit die() or exit() calls should be avoided since those states cannot be handled nor analyzed further. As a current work-around a new ImmediateResponseException is introduced that throws the exception up to application object that transforms the emitted message into a proper response object. This API is internal and considered as intermediate - the real solution would be to completely refactor TypoScriptFrontendController processing and only use request/response consequently.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57866
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57866
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57866
Updated by Oliver Hader over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a959a3f87cc0895c10e73c74848bc8b4b5f1c36e.