Actions
Epic #88540
closedReduce dependencies to TSFE in Frontend Request Workflow
Start date:
2019-06-12
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Sprint Focus:
Description
The Frontend Request Workflow has seen drastic separation
due to the introduction of PSR-15 (Middleware concept) and
the Context API in TYPO3 v9.
For TYPO3 v10, this now allows to further refactorings
to reduce dependencies to TSFE, allowing to run various
parts of TYPO3 Frontend without having a global TSFE object
in place.
The goal is to set up:
- Site + Language
- Redirects
- Page ID Resolving
- Page Argument Validation (cHash)
- Frontend + Backend User Authentication
before any TSFE dependency is in place.
Further refactorings can then happen as TSFE is scoped
more into parts of TYPO3.
Updated by Georg Ringer over 4 years ago
- Status changed from In Progress to Closed
closing this umbrella task for the time being
Updated by Stephan Großberndt over 2 years ago
- Precedes Bug #97660: Use correct name of middleware in Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst added
Actions