Bug #57141
closedFileExtensionFilter must not use identifier but file name
100%
Description
TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter currently uses a file's identifier to check if the extension is allowed.
FAL drivers may use file name unrelated identifiers that have no extensions, e.g. "u32_9607ab8374a741d89b8d52b6a75d48e953".
TYPO3 should not make restrictions how those identifiers should look like, and rather use the file name instead of the identifier to check the extension.
Happens with TYPO3 6.2git master (after beta7).
Updated by Gerrit Code Review over 10 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/28597
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28597
Updated by Christian Weiske over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 96210e52e9b8d2058cd41eb08e047a1ca7fa38b7.