Actions
Bug #49293
closedforceAbsolutUrl sets always http as protocol if url_scheme is "default" - not the active protocol
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-06-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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".
Actions