Project

General

Profile

Actions

Bug #46867

closed

typo3temp flooded by never used temporary files

Added by Tomasz Krawczyk over 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-04-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The Classes AbstractDriver and LocalPreviewHelper are incorrectly using Utility\GeneralUtility::tempnam() method. Their methods are adding extension to names already created files. Those extended names are further used but not files created by Utility\GeneralUtility::tempnam().

F.e. There should be "preview_*" files on *nixes and there are "preXXX.tmp" files on Windows.

I suspect this is for IM needs but should be solved by different function of creating temporary names with extension.

My TYPO3 version is 6.0.4.

Actions

Also available in: Atom PDF