Actions
Bug #60764
closed\TYPO3\CMS\Core\Resource\Index::processChangedAndNewFiles() not indexing files with same hash
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-08-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
currently the \TYPO3\CMS\Core\Resource\Index::processChangedAndNewFiles()
use file hash to check if a file in a storage exists. If files found the missing
flag is checked and the method break out if a missing file was found.
the problem is, that a new file with same content but in an other folder or a new file with same content but other filename will never be indexed.
This happens for files in a storage, which should be indexed by \TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask
.
Actions