[TASK] Install Tool: Introduce PSR-7 response objects
Uses PSR-7 instead of plain echo() and die - and shutdown the install tool properly (except for redirects currently). In the future, we should introduce proper PSR-7 response objects for certain responses (JSON, Redirect) but this will happen in a separate step. Resolves: #82268 Releases: master Change-Id: If8124f975936f6205f45009d30d979204765d8d1 Reviewed-on: https://review.typo3.org/53856 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/install/Classes/Controller/AbstractController.php 17 additions, 11 deletions.../sysext/install/Classes/Controller/AbstractController.php
- typo3/sysext/install/Classes/Controller/AjaxController.php 31 additions, 28 deletionstypo3/sysext/install/Classes/Controller/AjaxController.php
- typo3/sysext/install/Classes/Controller/StepController.php 37 additions, 17 deletionstypo3/sysext/install/Classes/Controller/StepController.php
- typo3/sysext/install/Classes/Controller/ToolController.php 20 additions, 19 deletionstypo3/sysext/install/Classes/Controller/ToolController.php
- typo3/sysext/install/Classes/Http/RecoveryRequestHandler.php 11 additions, 6 deletionstypo3/sysext/install/Classes/Http/RecoveryRequestHandler.php
- typo3/sysext/install/Classes/Http/RequestHandler.php 11 additions, 13 deletionstypo3/sysext/install/Classes/Http/RequestHandler.php
Please register or sign in to comment