Project

General

Profile

Actions

Bug #85781

closed

Cannot save [HTTP][proxy]

Added by Steve Lenz over 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-08-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The Install Tool configuration "[HTTP][proxy]" does not save any value.

Version: TYPO3 CMS 8.7.18


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88835: fatal error in settings-controller when [HTTP][proxy] is arrayClosed2019-07-24

Actions
Actions #1

Updated by Guido Schmechel over 5 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

Actions #2

Updated by Gerrit Code Review over 5 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

Actions #3

Updated by Gerrit Code Review over 5 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

Actions #4

Updated by Gerrit Code Review over 5 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

Actions #5

Updated by Gerrit Code Review over 5 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

Actions #6

Updated by Gerrit Code Review over 5 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

Actions #7

Updated by Peter Niederlag almost 5 years ago

We also see troubles setting HTTP|proxy to array in 9.5.x, currently investing if it's related

Actions #8

Updated by Peter Niederlag almost 5 years ago

  • Related to Bug #88835: fatal error in settings-controller when [HTTP][proxy] is array added
Actions #9

Updated by Peter Niederlag almost 5 years ago

will track related issue for TYPO3 9.x in #88835

Actions #10

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.

Actions

Also available in: Atom PDF