Project

General

Profile

Actions

Bug #62247

closed

FAL: Uppercase File Extensions of Image cannot be displayed

Added by Benni Mack over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-10-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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 4 (0 open4 closed)

Related to TYPO3 Core - Bug #61181: FAL: file maxW and maxH are ignoredRejected2014-08-25

Actions
Related to TYPO3 Core - Bug #62400: Lot of entries in sys_file_processed with name=NULL and identifier emptyRejectedAndreas Wolf2014-10-22

Actions
Related to TYPO3 Core - Bug #44105: Image size does not get updatedClosed2012-12-19

Actions
Related to TYPO3 Core - Bug #59216: Image dimensions (width/height) are 0 when not scaledClosed2014-05-30

Actions
Actions #1

Updated by Gerrit Code Review over 9 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

Actions #2

Updated by Gerrit Code Review over 9 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

Actions #3

Updated by Benni Mack over 9 years ago

  • Status changed from Under Review to Rejected

not needed anymore.

Actions

Also available in: Atom PDF