[TASK] Use ServerRequestInterface in Wizard/EditController
This patch changes the EditController to consistently use ServerRequestInterface instead of GeneralUtility and HttpUtility. The method main() is kept to keep this change non-breaking, it translates the given response objects back to strings/redirects which match existing behaviour. Also, to prepare for refactoring in v10, main() and the new protected properties will throw a deprecation notice if called. Resolves: #84327 Releases: master Change-Id: I9bd055f4a81e5f9ca324954bc03206c9f463cb11 Reviewed-on: https://review.typo3.org/56232 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Controller/Wizard/EditController.php 71 additions, 16 deletions...sext/backend/Classes/Controller/Wizard/EditController.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-84327-DeprecatedPublicMethodsAndPropertiesInWizardEditController.rst 45 additions, 0 deletions...catedPublicMethodsAndPropertiesInWizardEditController.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 5 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment