Project

General

Profile

Actions

Bug #90301

closed

Redirects ignore umlauts

Added by Christian Eßl about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2020-02-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In the redirects module add a redirect with the following source path:

/foo/bar/über

Now open the url in the frontend:

https://localhost/foo/bar/über

This will not redirect the user to the intended page but trigger a 404 error. (The redirect couldn't be matched)

Encoding the umlaut in the source path doesn't work as well:

/foo/bar/%fcber
-> no difference.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #89075: Redirect module cannot handle source path containing UTF-8 charactersClosed2019-09-04

Actions
Actions #1

Updated by Georg Ringer about 4 years ago

  • Status changed from New to Needs Feedback

can't reproduce on latest master, see

curl -I 't3-master.vm/über'
HTTP/1.1 307 Temporary Redirect
Date: Mon, 03 Feb 2020 10:50:13 GMT
Server: Apache/2.4.25 (Debian)
X-Redirect-By: TYPO3 Redirect 7
X-TYPO3-Parsetime: 0ms
location: http://t3-master.vm/examples/extensions
Cache-Control: max-age=0
Expires: Mon, 03 Feb 2020 10:50:13 GMT
X-UA-Compatible: IE=edge
Content-Type: text/html; charset=UTF-8

maybe fixed for you with #89075?

Actions #2

Updated by Georg Ringer about 4 years ago

  • Related to Bug #89075: Redirect module cannot handle source path containing UTF-8 characters added
Actions #3

Updated by Georg Ringer about 4 years ago

  • Status changed from Needs Feedback to Closed

closed as lack of feedback and probably solved

Actions

Also available in: Atom PDF