[TASK] Have eIDs with PSR-7 without ControllerInterface
In order to allow the same logic as with the Routing and the direct information which method to call, the ControllerInterface is removed again. Additionally, the previously introduced Dispatcher is now renamed to RouteDispatcher (based on routing), and a simple dispatcher is now added to EXT:core, which the RouteDispatcher derives from. Resolves: #69846 Releases: master Change-Id: Ica028f81aa377fd60e5159907c8c226fe0ebd34a Reviewed-on: http://review.typo3.org/43352 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
Showing
- typo3/sysext/backend/Classes/Http/RequestHandler.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Http/RequestHandler.php
- typo3/sysext/backend/Classes/Http/RouteDispatcher.php 2 additions, 41 deletionstypo3/sysext/backend/Classes/Http/RouteDispatcher.php
- typo3/sysext/core/Classes/Controller/FileDumpController.php 7 additions, 6 deletionstypo3/sysext/core/Classes/Controller/FileDumpController.php
- typo3/sysext/core/Classes/Http/ControllerInterface.php 0 additions, 37 deletionstypo3/sysext/core/Classes/Http/ControllerInterface.php
- typo3/sysext/core/Classes/Http/Dispatcher.php 82 additions, 0 deletionstypo3/sysext/core/Classes/Http/Dispatcher.php
- typo3/sysext/core/Documentation/Changelog/master/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst 27 additions, 0 deletions...ant-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst
- typo3/sysext/core/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/core/ext_localconf.php
- typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php 3 additions, 3 deletions...xt/frontend/Classes/Controller/ExtDirectEidController.php
- typo3/sysext/frontend/Classes/Controller/ShowImageController.php 6 additions, 9 deletions...ysext/frontend/Classes/Controller/ShowImageController.php
- typo3/sysext/frontend/Classes/Http/EidRequestHandler.php 12 additions, 8 deletionstypo3/sysext/frontend/Classes/Http/EidRequestHandler.php
- typo3/sysext/frontend/ext_localconf.php 2 additions, 2 deletionstypo3/sysext/frontend/ext_localconf.php
- typo3/sysext/rsaauth/Classes/Controller/RsaPublicKeyGenerationController.php 5 additions, 9 deletions...h/Classes/Controller/RsaPublicKeyGenerationController.php
- typo3/sysext/rsaauth/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/rsaauth/ext_localconf.php
- typo3/sysext/rtehtmlarea/Classes/Controller/SpellCheckingController.php 8 additions, 6 deletions...tehtmlarea/Classes/Controller/SpellCheckingController.php
- typo3/sysext/rtehtmlarea/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/rtehtmlarea/ext_localconf.php
Please register or sign in to comment