Actions
Bug #57141
closedFileExtensionFilter must not use identifier but file name
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter currently uses a file's identifier to check if the extension is allowed.
FAL drivers may use file name unrelated identifiers that have no extensions, e.g. "u32_9607ab8374a741d89b8d52b6a75d48e953".
TYPO3 should not make restrictions how those identifiers should look like, and rather use the file name instead of the identifier to check the extension.
Happens with TYPO3 6.2git master (after beta7).
Actions