Actions
Bug #56511
closed/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php: func_delete
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-03-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Method func_delete catches an InsufficientFileAccessPermissionsException instead of an expected InsufficientFolderAccessPermissionsException.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28019
Updated by Christian Weiske almost 11 years ago
Steps to reproduce:
- Enter file list
- Create folder
- Folder is shown as RW in file list, delete icon is visible
- On your shell, make the folder readonly (
$ chmod -w foldername
) - In TYPO3, click the delete icon and confirm
- An uncaught exception will occur
With the patch, the exception is caught and a proper error message is shown.
Updated by Rico Sonntag almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 816f8af1cd41444296b37e2ceda3e57a9adf96eb.
Actions