Actions
Bug #88163
closedInvalidArgumentException on uploading file starting with umlauts
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2019-04-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
If you upload a file starting with an umlaut, e.g.
"ällgemeines Döküment.txt"
to a TYPO3 instance using UTF8filesystem = true
this leads to an error although the file was uploaded
and an exception on accessing the folder the file was uploaded to
This seems to be the case due to TYPO3 stripping the leading umlauts when processing the file for FAL but keeping them in the uploaded file stored in the folder.
Files
Actions