Project

General

Profile

Actions

Bug #85583

closed

Filelist module inaccessible after creating folder with upper case chars

Added by Torben Hansen over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2018-07-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions

Also available in: Atom PDF