Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (révision 9343) +++ typo3/sysext/cms/tslib/class.tslib_content.php (copie de travail) @@ -5376,10 +5376,12 @@ if (file_exists(rawurldecode($splitLinkParam[0])) || $isLocalFile) { if ($linktxt == '') $linktxt = rawurldecode($link_param); - if ($GLOBALS['TSFE']->config['config']['jumpurl_enable']) { + if ($GLOBALS['TSFE']->config['config']['jumpurl_enable'] || $conf['jumpurl']) { + $theFileEnc = str_replace('%2F', '/', rawurlencode(rawurldecode($link_param))); $this->lastTypoLinkUrl = $GLOBALS['TSFE']->absRefPrefix . $GLOBALS['TSFE']->config['mainScript'] . $initP . '&jumpurl=' . rawurlencode($link_param) . + ($conf['jumpurl.']['secure'] ? $this->locDataJU($theFileEnc, $conf['jumpurl.']['secure.']) : '') . $GLOBALS['TSFE']->getMethodUrlIdToken; } else { $this->lastTypoLinkUrl = $GLOBALS['TSFE']->absRefPrefix . $link_param;