Bug #80210
closedOnline media preview image generation fails if read permission for the video files are missing
100%
Description
If a user adds a video (e.g. YouTube) to a content element and places that in the folder "foo".
Then you clear the processed files in the Install tool and use another user that has no access at all to the folder "foo" (e.g. outside folder mounts),
accessing the page using the page module or editing the content element will result in an exception.
The reason is that the online media helpers use getContents (to retrieve the online media ID) on the .youtube file which calls assureFileReadPermission()
when retrieving the corresponding preview image.
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81117
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81135
Updated by Oliver Bartsch about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9e375f9325d007e31b766edd3cc989e271b07540.