Actions
Bug #104958
openTYPO3 can not handle filenames starting with two dots
Status:
New
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2024-09-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Reproduce:
1) Upload a file named "Placeholder.pdf" in the Filelist module
2) Rename the file to "..Placeholder.pdf"
In TYPO3 v12 the file will disapear in the file list without an error.
The file still exists on the filesystem.
In TYPO3 v10 following error is thrown:
File ..Placeholder.pdf is not valid (".." and "//" is not allowed in path). in typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php line 53
Expected:
Uploading or renaming a file to a name starting with two dots is possible.
Actions