Bug #42925
closedFile-Upload does not sanitize umlauts in filenames
100%
Description
When I upload an image file with the following name
smürfé.jpg
this file does not get renamed to something like
smuerfe.jpg
or the like as expected.
I tried to configure the System to explicitely not use an UTF8Filesystem (config option was undefined so I set it to "0"). Independent of that setting, the file is stored with a filename with Umlauts which does not work on our server as the filesystem is not UTF-8 capable.
Updated by Patrick Broens about 12 years ago
- Status changed from New to Accepted
- Target version set to 6.0.0-RC2
- Complexity set to medium
I can reproduce this when [SYS][UTF8filesystem] = 0 or undefined
Updated by Lorenz Ulrich almost 12 years ago
File and folder names are only sanitized on renaming, not on uploading.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17464
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17464
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17486
Updated by Christian Weiske almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 21a67afb2eacbf07e47315860ae9d5350d94e063.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed