Bug #55359
Image files with uppercase file extension don't work in element browser and content elements
Status: | Resolved | Start date: | 2014-01-27 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | File Abstraction Layer (FAL) | Spent time: | - | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
I have a 6.2 installation with some files with uppercase file extensions, e. g. 'myimage.JPG'. These files can be uploaded to the file list within the backend module without problems. But when I try to insert such an image in a textpic-element, the element browser doesn't show the files with uppercase file extensions. Only files with lowercased file extensions are shown.
In elements with an existing file reference (to a file with uppercased file extension), the reference gets deleted, after the element is saved. The error message is always like this: "1: Attempt to modify record '34537' (sys_file_reference:34537) without permission. Or non-existing page."
I tracked it down to this change:
https://review.typo3.org/#/c/26520/
Before this change everything works as expected. When applying it, the above described behaviour is there.
Related issues
Associated revisions
[BUGFIX] Make FileExtensionFilter case insensitive
Resolves: #55359
Resolves: #55614
Releases: 6.2
Change-Id: I8aceb208ba2f28967f08e9ac458d9a9da3de507b
Reviewed-on: https://review.typo3.org/27359
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
History
#1 Updated by Tobias Liegl over 1 year ago
- Target version set to 6.2.0
#2 Updated by Wolfgang Wagner over 1 year ago
I can confirm this issue with the latest git version (31.01.2014).
#3 Updated by Bernhard Kraft over 1 year ago
Confirmed also (6.2.0 beta4)
#4 Updated by Bjoern Jacob over 1 year ago
I can confirm this even on the current master, see #55614.
#5 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27359
#6 Updated by Ralf Zimmermann over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b890e46858d5ec51ea764cca8a754dd88a36a5ff.