Bug #44013
closedUsers have no permissions to delete processed files
100%
Description
Processed files are temporary files which can be recreated without problems.
So there is no need to check the permissions for these.
Currently backend users get an exception when a processed file needs to be recreated, because the processed folder is not within the filemounts (and should not be)
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/17161
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17165
Updated by Helmut Hummel almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset abe104938c66a4d9eda4fdb0d36801b86a88db64.
Updated by Vincent Mans over 11 years ago
This bug still exists in 6.0.5.
I get this error when trying to open a page in pageview or listview:
You are not allowed to delete the file "/_processed_/preview_..._144f0d6da5.jpg'
The original image is changed using FTP. With plenty permissions on the filepath.
Now an Admin user even, cannot open the page with the record that holds the original image. Oops!
Two things:
- this shouldn't be a problem, using FTP is quite normal for uploading images;
- the error should be on the element, and not on the page.
Is this use case considered? If I missed vital information on this, I'm sorry.