Actions
Bug #57415
closedLocal driver does not sanitize directory names on recursive creation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
The createFolder() method will not correctly sanitize the directory name parts, when the recursive option is TRUE (as used by TCE).
The reason for this is, that the return value of array_map is not used:
Regression introduced in #54230
Actions