Bug #70172
closedDon't change file or directory identifier on create
0%
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
Updated by Wouter Wolters about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Susanne Moog almost 5 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.