Actions
Bug #103591
openDownloading single file in Filelist module triggers zipfile creation
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-04-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
After updating a project to 12.4 i was not able to download large files in the backend anymore.
It seems like with https://review.typo3.org/c/Packages/TYPO3.CMS/+/77592 the direct link to the file with a download attribute was substituted with a link to the /typo3/file/download middleware (\TYPO3\CMS\Filelist\Controller\FileDownloadController::class . '::handleRequest')
See
https://review.typo3.org/c/Packages/TYPO3.CMS/+/77592/41/typo3/sysext/filelist/Classes/FileList.php , search for download=" to get to the previous implementation.
This is an unnecessary processing step, waste of CPU power and introduces wait times for editors
Actions