Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (revision 7136) +++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy) @@ -4568,8 +4568,9 @@ // the jumpURL feature will be taken care of by typoLink, only "jumpurl.secure = 1" is applyable needed for special link creation if ($conf['jumpurl.']['secure']) { + $alternativeJumpURLParameter = $this->stdWrap($conf['jumpurl.']['parameter'], $conf['jumpurl.']['parameter.']); $typoLinkConf = array( - 'parameter' => $GLOBALS['TSFE']->id . ',' . $GLOBALS['TSFE']->type, + 'parameter' => $alternativeJumpURLParameter ? $alternativeJumpURLParameter : $GLOBALS['TSFE']->id . ',' . $GLOBALS['TSFE']->type, 'fileTarget' => $conf['target'], 'ATagParams' => $this->getATagParams($conf), 'additionalParams' => '&jumpurl=' . rawurlencode($theFileEnc) . $this->locDataJU($theFileEnc, $conf['jumpurl.']['secure.']) . $GLOBALS['TSFE']->getMethodUrlIdToken