Skip to content
Snippets Groups Projects
Commit cde6deb1 authored by Steffen Ritter's avatar Steffen Ritter Committed by Jigal van Hemert
Browse files

[BUGFIX] Pages with Enforce Protocol (SSL) may generate wrong URL

If TYPO3 is installed in a subfolder, you won't need a absRefPrefix set because normally links are relative.
If a Protocol change will (SSL -> PLAIN or vice versa) happen, the URL has to be generated absolute.
This will fail in the described behaviour.

Notes:
This one has been reported by Michael Maier.
Attached patch is my "easier to read" version doing the same as _v2 of Jigal and the result of talking through all cases which may arise.

Change-Id: Ie5821361b578b6f1fa3612ac9bfa44dd476c9c76
Resolves: #M17118
Reviewed-on: http://review.typo3.org/953


Reviewed-by: default avatarTobias Liebig <mail_typo3.org@etobi.de>
Reviewed-by: default avatarAndreas Wolf <andreas.wolf@ikt-werk.de>
Tested-by: default avatarAndreas Wolf <andreas.wolf@ikt-werk.de>
Reviewed-by: default avatarSebastian Fischer <typo3@evoweb.de>
Reviewed-by: default avatarHelmut Hummel <typo3@helmut-hummel.de>
Tested-by: default avatarHelmut Hummel <typo3@helmut-hummel.de>
Reviewed-by: default avatarJigal van Hemert <jigal@xs4all.nl>
parent 9edcbf86
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment