Actions
Bug #56982
closedfiles copied for local processing are not deleted
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Remote Sprint
Description
TYPO3\CMS\Core\Resource\Processing\LocalPreviewHelper
makes FAL storage adapters copy files locally to generate a preview image. It uses getFileForLocalProcessing
for that.
After generating the preview, the file stays on the local file system and does not get deleted. This causes the local file system to fill up with unneeded files.
The temporarily locally copied file should get deleted after the preview image has been generated.
This happens with TYPO3 6.2beta7.
Actions