Actions
Bug #64883
closedImplement check against File type restriction in Extractors
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2015-02-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The Metadata Extractor interface provides the possibility to limit the scope
of the extraction to only certain file types, e.g. text, image,
video, audio, application. This can be defined in every Extactor
in method ExtractorInterface::getFileTypeRestrictions()
However, this check is not implemented in the Indexer and defining.
any value will have no effect which must be fixed.
Actions