Bug #85781
closedCannot save [HTTP][proxy]
0%
Description
The Install Tool configuration "[HTTP][proxy]" does not save any value.
Version: TYPO3 CMS 8.7.18
Updated by Guido Schmechel about 6 years ago
General problem: Null values aren't touched by the install tool.
Affected file:
typo3/sysext/install/Classes/Controller/Action/Tool/AllConfiguration.php::updateLocalConfigurationValues()
These three values aren't saveable:
'cert' => null,
'proxy' => null,
'ssl_key' => null,
They are defined as "mixed" values, so we can't set an empty string in typo3/sysext/core/Configuration/DefaultConfiguration.php
Btw: v9 in't affected because of the rewritten install tool
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58234
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58234
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58234
Updated by Gerrit Code Review almost 6 years ago
Patch set 4 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58234
Updated by Gerrit Code Review almost 6 years ago
Patch set 5 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58234
Updated by Peter Niederlag about 5 years ago
We also see troubles setting HTTP|proxy to array in 9.5.x, currently investing if it's related
Updated by Peter Niederlag about 5 years ago
- Related to Bug #88835: fatal error in settings-controller when [HTTP][proxy] is array added
Updated by Peter Niederlag about 5 years ago
will track related issue for TYPO3 9.x in #88835
Updated by Susanne Moog over 4 years ago
- Status changed from Under Review to Closed
Patch has been abandoned and v8 is in security/critical issues only mode - I'm going to close this ticket.