Actions
Bug #45504
closedCase sensitive filenames lead to file list problems
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-02-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A customer of ours uploaded a file xyz.jpg and referenced it in several pages. Then he wanted to replace the file in the file list, uploaded a file xyz.JPG (with capital letters in the extension!) and checked "Overwrite existing files".
This seems to confuse TYPO3, as the file list now listed both files (because, of course, the UNIX file system distinguished the two files) but show the same references for both files (although the second file hasn't been referenced at all yet).
Actions