Actions
Bug #71073
closedWhen jumpurl.secure is activated, the downloaded files are empty
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2015-10-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When I activate the jumpurl.secure-Option, all downloaded files are empty (0 byte).
If juSecure is activated the file-download will be readed directly by the following function:
TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::jumpUrl()
The error occurs on line 3078, when the output-buffers were flushed (GeneralUtility::flushOutputBuffers()). If I remove this line, the downloaded starts correctly.
Actions