Actions
Bug #87544
closedURI matching is case-sensitive
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The PageUriMatcher in TYPO3 9 is case-sensitive.
All slugs are created in lowercase.
If I try to call an existing page www.example.com/en/text with www.example.com/en/Test I get an error.
Resolving the correct page should work without consideration of the case.
Or it should at least be configurable to turn off the case-sensitivity.
Actions