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.
Actions