Project

General

Profile

Actions

Bug #60352

closed

Configuration caseSensitive for sys_file_storage has wrong behaviour

Added by Tobias Eichelberger almost 10 years ago. Updated almost 9 years ago.

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

0%

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

Description

Hello TYPO3-Team!

If I uncheck the FlexForm-Configuration "caseSensitive" for the sys_file_storage fileadmin on PageID0, TYPO3 still creates CaseSensitive folders. E.g. "testMe" -> "testMe", which is wrong.

In addition to that, when I want to read the filelist with the filelist-module, the value of the $folderIdentifier (TYPO3, 6.2.4 TYPO3\CMS\Core\Resource\Driver\LocalDriver:268) will be set to strtolower, which leads to the thrown exception in line 272 (because $folderIdentifier['testme'] != physical folder['testMe']).

To fix this problem, the TYPO3 createFolder-routine should check this configuration too and set the given value to strtolower, too, before creating the new folder.
Otherwise it is not possible to configure Non-CaseSensitive folders for editors on a caseSensitive System.

Best regards,

Tobi


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Task #64617: Don' change configuration of filestorage if files are presentAccepted2015-01-29

Actions
Actions

Also available in: Atom PDF