[!!!][TASK] Remove request type specific code in Bootstrap
As all request type specific initialization has been refactored to the Application classes, request type specific code in Bootstrap is unused [1] and can be removed. [1] redirectToInstallTool() is actually still in use, but moved into the frontend and backend Application classes with this change. (Also make their parent class abstract as drive-by change.) Change-Id: Ieded3603c2936d83d3d4701abef6c3884b558e31 Releases: master Resolves: #83869 Reviewed-on: https://review.typo3.org/55692 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Http/Application.php 16 additions, 1 deletiontypo3/sysext/backend/Classes/Http/Application.php
- typo3/sysext/backend/Configuration/RequestMiddlewares.php 0 additions, 6 deletionstypo3/sysext/backend/Configuration/RequestMiddlewares.php
- typo3/sysext/core/Classes/Console/CommandRequestHandler.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Console/CommandRequestHandler.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 0 additions, 261 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Http/AbstractApplication.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Http/AbstractApplication.php
- typo3/sysext/core/Classes/Middleware/LegacyRequestHandlerDispatcher.php 0 additions, 68 deletions...ore/Classes/Middleware/LegacyRequestHandlerDispatcher.php
- typo3/sysext/core/Documentation/Changelog/master/Important-83869-RemoveRequestTypeSpecificCodeInBootstrap.rst 56 additions, 0 deletions...ortant-83869-RemoveRequestTypeSpecificCodeInBootstrap.rst
- typo3/sysext/frontend/Classes/Http/Application.php 15 additions, 1 deletiontypo3/sysext/frontend/Classes/Http/Application.php
- typo3/sysext/frontend/Classes/Http/EidRequestHandler.php 2 additions, 12 deletionstypo3/sysext/frontend/Classes/Http/EidRequestHandler.php
- typo3/sysext/frontend/Configuration/RequestMiddlewares.php 0 additions, 6 deletionstypo3/sysext/frontend/Configuration/RequestMiddlewares.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 91 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 15 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment