Actions
Bug #87367
closed\TYPO3\CMS\Core\Utility\GeneralUtility::flushDirectory fails if the directory specified is a symlink
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-01-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This affects cache flushing where this API method is used.
The reason this fails is, that it is tried to rename the directory (which in fact is a symlink) to allow atomic flushing of the directory.
Steps to reproduce:
- make va/cache a symlink to any folder
- execute cache flush in install tool
Actions