[TASK] Deprecate Extbase's WebRequest and WebResponse
In order to simplify the request/response handling in Extbase and to prepare the introduction of PSR-7 compatible request and response objects, the web versions of Extbase's request and response have been deprecated. All relevant logic has been moved into the base classes to stay api compatible and not introduce a breaking change. Along with the simplification of the request and response objects, quite a lot of instance checks have been removed to ease the transition to having a public api that is defined by interfaces and not concrete implementations. Releases: master Resolves: #89673 Change-Id: Ie920ae7d38e6de3167ff57f93fa6e98af2936d9f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62317 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-89673-DeprecateExtbasesWebRequestAndWebResponse.rst 45 additions, 0 deletions...ation-89673-DeprecateExtbasesWebRequestAndWebResponse.rst
- typo3/sysext/extbase/Classes/Core/Bootstrap.php 1 addition, 1 deletiontypo3/sysext/extbase/Classes/Core/Bootstrap.php
- typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php 18 additions, 34 deletions...ysext/extbase/Classes/Mvc/Controller/ActionController.php
- typo3/sysext/extbase/Classes/Mvc/Request.php 109 additions, 0 deletionstypo3/sysext/extbase/Classes/Mvc/Request.php
- typo3/sysext/extbase/Classes/Mvc/Response.php 292 additions, 0 deletionstypo3/sysext/extbase/Classes/Mvc/Response.php
- typo3/sysext/extbase/Classes/Mvc/View/JsonView.php 14 additions, 17 deletionstypo3/sysext/extbase/Classes/Mvc/View/JsonView.php
- typo3/sysext/extbase/Classes/Mvc/Web/Request.php 1 addition, 109 deletionstypo3/sysext/extbase/Classes/Mvc/Web/Request.php
- typo3/sysext/extbase/Classes/Mvc/Web/Response.php 1 addition, 290 deletionstypo3/sysext/extbase/Classes/Mvc/Web/Response.php
- typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php 2 additions, 3 deletionstypo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php
- typo3/sysext/fluid/Classes/Core/Widget/WidgetRequest.php 6 additions, 1 deletiontypo3/sysext/fluid/Classes/Core/Widget/WidgetRequest.php
- typo3/sysext/fluid/Classes/View/StandaloneView.php 3 additions, 4 deletionstypo3/sysext/fluid/Classes/View/StandaloneView.php
- typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php 2 additions, 16 deletions...sysext/form/Classes/Domain/Finishers/RedirectFinisher.php
- typo3/sysext/indexed_search/Classes/Controller/AdministrationController.php 2 additions, 2 deletions...ed_search/Classes/Controller/AdministrationController.php
Please register or sign in to comment