Bug #68085
closedAdd Request Handling for Console
100%
Description
The bootstrap functionality for resolving the RequestHandler
based on the request object added by the PSR-7 change.
The Bootstrap::run() method is now renamed to ->configure()
which does not call resolveRequest() anymore. Instead
resolveRequest() is called explicitly at a later point inside
every Application instance.
This way, the Application instance decides what kind of
Request object should be instantiated and hands it to
the Bootstrap, which in return resolves the RequestHandler.
The original RequestHandlerInterface is now moved to the Http/ namespace, and a RequestHandlerInterface for the
Console application has been introduced for handling.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41140
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 93dd893fe90d2a17bbd3f939ca398b603170304e.