Actions
Bug #47459
closedGeneralUtility::rmdir does not remove orphanaged links
Start date:
2013-04-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If rmdir gets a link with its target to remove, it will remove the target file and leave the link (without a target) behind.
Additionally, if the target to remove is a directory, the functions calls itself recursively in order to clean up a directory, that is in truth just a link to a directory.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20095
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20095
Updated by Anja Leichsenring almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9b19353a31a2b630ae112319c68b66b871fb57b2.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions