Bug #87843
closedUnicode characters as entry point in site configurations
100%
Description
Unicode characters like chinese ones cannot be used as entry point in site configurations
How to reproduce (TYPO3 9.5.5)
- Create a root page
- Add a site configuration for this page
- Set as entry point a string with Chinese characters, like /test-人物
- Try to access the page in the browser
- A 307 redirect is triggered to the last site configuration available
Updated by Marcel Macasso over 5 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Benni Mack over 5 years ago
Hey Marcel,
can you quickly check if this worked with v9.5.4?
Also, can you share your site config.yaml file?
Updated by Marcel Macasso over 5 years ago
Hi,
it also doesn't work in 9.5.4.
this is the site configuration that I use:
rootPageId: 1537
base: /test-人物
baseVariants: { }
languages:
-
title: English
enabled: true
languageId: '0'
base: /
typo3Language: default
locale: en_US.UTF-8
iso-639-1: en
navigationTitle: ''
hreflang: ''
direction: ''
flag: global
errorHandling: { }
routes: { }
Updated by Dieter Porth over 5 years ago
I got a related problem to this. (TYPO3 9.5.5)
If i use
base: https://www.düddelei.de/
then the menu-processor throws an exception and I could not get an menu.
If i use
base: https://www.xn--dddelei-n2a.de/
then i would get a menu-array from the dataprocessor.
Updated by Benni Mack over 5 years ago
Dieter Porth wrote:
I got a related problem to this. (TYPO3 9.5.5)
If i use
base: https://www.düddelei.de/
then the menu-processor throws an exception and I could not get an menu.
If i use
base: https://www.xn--dddelei-n2a.de/
then i would get a menu-array from the dataprocessor.
Hey Dieter,
could you put in the exception here?
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59958
Updated by Benni Mack over 5 years ago
- Related to Bug #87090: Site module > Umlauts in domains not working with the new url handling / routing added
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59958
Updated by Gerrit Code Review over 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59958
Updated by Gerrit Code Review over 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59958
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60232
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60232
Updated by Benni Mack over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 11292caf2016587f61ab32258e848d24ae5db663.
Updated by Benni Mack over 5 years ago
- Related to Bug #87893: Update composer.json file for core extension added
Updated by Oliver Hader over 5 years ago
- Related to Bug #87953: SiteMatcher Warning: Use of undefined constant INTL_IDNA_VARIANT_UTS46 added