Skip to content
Snippets Groups Projects
Commit c274c26b authored by Stefan Froemken's avatar Stefan Froemken Committed by Benni Mack
Browse files

[BUGFIX] Prevent permission exception on missing files

Deleting a missing file will not throw exception
"InsufficientFileWritePermissionsException" anymore,
as a missing file has nothing to do with insufficient
file permissions. Preventing that exception allows
calling the event "FileDeletionAspect" to remove
remaining file related records.

Resolves: #101725
Releases: main, 12.4
Change-Id: I272466a47a67358ec4e09cc73d2ffec1339f1b64
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80613


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 371a6988
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment