Bug #62247
closedFAL: Uppercase File Extensions of Image cannot be displayed
0%
Description
If a TYPO3 installation uses the UTF8-enabled
filesystem to allow uploading of any file name,
it is possible to upload files named myimage.JPEG
instead of automatically lower-cased etc.
A lot of checks for the file extension in the TYPO3
Core are done to check via GeneralUtility::inList()
which only checks for the lowercase file endings.
The bigger picture is to have this in a centralized
place to check if the file can be processed, but for
now, all the checks that still didn't work are replaced
by checking for a lower-cased file extension.
Updated by Gerrit Code Review about 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 http://review.typo3.org/33319
Updated by Gerrit Code Review about 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 http://review.typo3.org/33319
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Rejected
not needed anymore.