[TYPO3-core] RFC #15621: Feature: TYPO3 misses page-option to force SSL oder Non-SSL to page

Steffen Kamper info at sk-typo3.de
Tue Oct 12 18:42:47 CEST 2010


Hi,

Jeff Segars schrieb:
> On 10/12/10 11:08 AM, Steffen Ritter wrote:
>> Am 12.10.2010 18:01, schrieb Jeff Segars:
>>> Isn't this comparison a problem when the absoluteUrlScheme is http and
>>> the request is https?
>> No, the scheme includes ://
>>

? no.

$absoluteUrlScheme = 'http';

or

$absoluteUrlScheme = $page['url_scheme'] == 
t3lib_utility_http::SCHEME_HTTP ? 'http' : 'https';


>> Regards
>>
>> Steffen
> 
> Maybe I'm missing something completely obvious, but every time I see 
> $$absoluteUrlScheme assigned in the patch it does not include the ://
> 

it's not included
But it's used later:

$absoluteUrlScheme . '://' . $targetDomain . '/index.php?id=' . 
$page['uid'], $addQueryParams

(not inside the patch)

vg Steffen


More information about the TYPO3-team-core mailing list