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.
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Riccardo De Contardi almost 8 years ago
- Category set to Frontend
- Status changed from New to Closed
Sorry but this won't be fixed anymore in 6.2 because it is high priority bugfix mode;
on version 7.6.x and later the ext:jumpurl has been moved to https://github.com/FriendsOfTYPO3/jumpurl so if you still need it fixed please fill an issue there.
Thank you and sorry for the late answer.
Actions