Project

General

Profile

Bug #82060 ยป Indexer_patch.patch

Ricky Mathew, 2017-08-10 07:31

View differences:

Indexer.php 2017-08-09 16:10:08.404625955 +0530
{
$fileIndexRecords = $this->getFileIndexRepository()->findInStorageWithIndexOutstanding($this->storage, $maximumFileCount);
foreach ($fileIndexRecords as $indexRecord) {
/**patch by Pit Solutions on 09/08/2017*/
$isAllowed = GeneralUtility::verifyFilenameAgainstDenyPattern($indexRecord['name']);
if ($isAllowed) {
$fileObject = $this->getResourceFactory()->getFileObject($indexRecord['uid'], $indexRecord);
$this->extractMetaData($fileObject);
}
}
}
    (1-1/1)