Bug #22093 ยป jumpurl_encoding.patch
typo3/sysext/cms/tslib/class.tslib_fe.php (working copy) | ||
---|---|---|
if ($this->jumpurl) {
|
||
if (t3lib_div::_GP('juSecure')) {
|
||
$hArr = array(
|
||
$this->jumpurl,
|
||
str_replace('%2F', '/', rawurlencode($this->jumpurl)),
|
||
t3lib_div::_GP('locationData'),
|
||
$this->TYPO3_CONF_VARS['SYS']['encryptionKey']
|
||
);
|