Project

General

Profile

Bug #22093 ยป jumpurl_encoding.patch

Administrator Admin, 2010-02-09 18:33

View differences:

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']
);
    (1-1/1)