Bug #70525
closedSupport for reverseProxySSL broken
100%
Description
The introduction of application classes for entry points has broken backend support for reverseProxySSL.
ServerRequestFactory::fromGlobals() relies on $GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxySSL'] to determine whether TYPO3_SSL should be activated even though there is no active HTTPS session.
TYPO3_CONF_VARS, however, does not exist yet at this point in time.
Moving bootstrap->configure() to an earlier point should solve the problem.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44001
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44001
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44001
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44931
Updated by Gerrit Code Review almost 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44001
Updated by Gerrit Code Review almost 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44001
Updated by Alexander Jahn almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 13674a598f53da93d1a2fa59daef18819b80eae9.