Bug #85583
closedFilelist module inaccessible after creating folder with upper case chars
100%
Description
On a server with a case sensitive file system, new created directories in the TYPO3 backend are not converted to lower case, when the default storage is not configured to use case sensitive identifiers.
Steps to reproduce:
1. Make sure, your TYPO3 is running on a case sensitive filesystem (e.g. linux)
2. Make sure, "Uses case sensitive identifiers" is not checked for the default storage
3. Open filelist module and create a directory named "Test1234Test"
4. TYPO3 throws an exception "Folder "/test1234test/" does not exist."
The directory name in FAL is likely converted to lower case, but the directory is created in as "Test1234Test"
drwxrwsr-x 2 www-data www-data 4096 Jul 17 20:41 Test1234Test/
The whole filelist module is now now accessible any more and the folder needs to be removed/renamed manually on the filesystem.