Actions
Bug #90301
closedRedirects ignore umlauts
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & 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.
Updated by Georg Ringer almost 5 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?
Updated by Georg Ringer almost 5 years ago
- Related to Bug #89075: Redirect module cannot handle source path containing UTF-8 characters added
Updated by Georg Ringer almost 5 years ago
- Status changed from Needs Feedback to Closed
closed as lack of feedback and probably solved
Actions