Bug #49293
closedforceAbsolutUrl sets always http as protocol if url_scheme is "default" - not the active protocol
100%
Description
The field "url_scheme" in pages has three options "default" (means: Both of them, build as it is now, http: always http, https: always https).
But if you use forceAbsoluteUrl at a default page which has "default" as option and is called per https the link will be generated with "http".
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/21540
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21589
Updated by Ferdinand Kuhl about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cbc6672fad5075a1b569a01e3380f98d286bc69f.
Updated by Christoph Gross about 11 years ago
Current Patch broke Typo3 6.2 because of t3lib_div depreciation:
PHP Fatal error: Class 'TYPO3\\CMS\\Frontend\\ContentObject\\t3lib_div' not found in /var/www/typo3/versions/typo3_src-6.2-master-2013-11-09/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php on line 6096
https://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff/cbc6672fad5075a1b569a01e3380f98d286bc69f
Should be GeneralUtility::getIndpEnv('TYPO3_SSL') on line 6096