Index: typo3/sysext/cms/tslib/class.tslib_fe.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_fe.php (revision 26635) +++ typo3/sysext/cms/tslib/class.tslib_fe.php (working copy) @@ -2623,7 +2623,7 @@ $hArr = array( $this->jumpurl, t3lib_div::_GP('locationData'), - t3lib_div::_GP('mimeType'), + (string)t3lib_div::_GP('mimeType'), // Need a type cast here because mimeType is optional! $this->TYPO3_CONF_VARS['SYS']['encryptionKey'] ); $calcJuHash=t3lib_div::shortMD5(serialize($hArr));