Actions
Bug #94645
closedResourceStortage::isWithinProcessingFolder should use processing folder driver
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2021-07-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method \TYPO3\CMS\Core\Resource\ResaourceStorage::isWithinProcessingFolder() should use the processing folders driver.
When the processing folder is configured to be in another storage, e.g. 2:/_processed_ this method hands the check to the current drivers isWithin method. Instead, it should check against
$processingFolder->getStorage()->getDriver()->isWithin($processingFolder->getIdentifier(), $identifier)
Actions