[TASK] Integrate NormalizedParams into Install Tool
The normalizedparams middleware is not executed in the install tool anymore, which is added by the NormalizedParamsAttribute middleware. In addition, the NormalizedParams class now contains factory methods for building up NormalizedParams based on $_SERVER or a PSR-7 request object. Resolves: #89808 Releases: master Change-Id: I1b3713ba22f100f652d746ae15f58f9024808ef1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62494 Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Susanne Moog <look@susi.dev> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Susanne Moog <look@susi.dev> Tested-by: Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/Hooks/CreateSiteConfiguration.php 2 additions, 7 deletionstypo3/sysext/core/Classes/Hooks/CreateSiteConfiguration.php
- typo3/sysext/core/Classes/Http/NormalizedParams.php 84 additions, 14 deletionstypo3/sysext/core/Classes/Http/NormalizedParams.php
- typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php 1 addition, 10 deletions...ext/core/Classes/Middleware/NormalizedParamsAttribute.php
- typo3/sysext/install/Classes/Controller/InstallerController.php 1 addition, 6 deletions...sysext/install/Classes/Controller/InstallerController.php
- typo3/sysext/install/Classes/ServiceProvider.php 2 additions, 0 deletionstypo3/sysext/install/Classes/ServiceProvider.php
Please register or sign in to comment