Bug #62247
FAL: Uppercase File Extensions of Image cannot be displayed
Status: | Rejected | Start date: | 2014-10-15 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Benjamin Mack | % Done: | 0% |
|
Category: | File Abstraction Layer (FAL) | Spent time: | - | |
Target version: | next-patchlevel | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
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.
Related issues
History
#1 Updated by Gerrit Code Review 10 months 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
#2 Updated by Gerrit Code Review 9 months 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
#3 Updated by Benjamin Mack 8 months ago
- Status changed from Under Review to Rejected
not needed anymore.