Project

General

Profile

Actions

Bug #42925

closed

File-Upload does not sanitize umlauts in filenames

Added by Mario Rimann over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-11-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #45221: Images with whitespaces in their names are not stored correctly in _processed_Closed2013-02-06

Actions
Actions #1

Updated by Patrick Broens over 11 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

Actions #2

Updated by Lorenz Ulrich over 11 years ago

File and folder names are only sanitized on renaming, not on uploading.

Actions #3

Updated by Gerrit Code Review over 11 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

Actions #4

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17464

Actions #5

Updated by Gerrit Code Review over 11 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

Actions #6

Updated by Christian Weiske over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF