Project

General

Profile

Actions

Bug #70172

closed

Don't change file or directory identifier on create

Added by Stefan Froemken over 8 years ago. Updated over 4 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2015-09-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hello Core-Team,

I just want to create folders like "Partial", "Table" and "Templates" in fileadmin of my TYPO3 7.5-dev on my Mac.
Mac and Windows don't differ between the case sensitive by default, so "caseSensitive" is deactivated in my driver record.

While creating files and directories the method getAbsolutePath() always calls canonicalizeAndCheckFileIdentifier() which converts my new foldername to lowercase. So it is not possible to me, to override the default Template of the new fluid_styled_content extension in TYPO3 itself.

Stefan


Related issues 2 (1 open1 closed)

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

Actions
Related to TYPO3 Core - Bug #55514: Create new file or upload with Uppercase filename results in lowercase filenameClosed2014-01-31

Actions
Actions #1

Updated by Wouter Wolters over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #2

Updated by Susanne Moog over 4 years ago

  • Status changed from New to Rejected

If your system is not case sensitive and you set the corresponding option, TYPO3 will (and should) lowercase/canonicalize names to ensure consistency.
For your case of overwriting the fluid styled content folders specifically: please use a custom site extension, do not add template related assets to fileadmin/ as that should be editors/user space, not integrator space.

Actions

Also available in: Atom PDF