You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After wondering, why the url mapping does not work even though it is configured correctly in the appropriate xsd, I found out that it can't handle locales with language and country, like "de_DE".
The database entry for the mapping is written using Locale.toString():
After wondering, why the url mapping does not work even though it is configured correctly in the appropriate xsd, I found out that it can't handle locales with language and country, like "de_DE".
The database entry for the mapping is written using Locale.toString():
(CmsDefaultXmlContentHandler#resolveMapping(), line 1423ff)
But when readling the mapping only Locale.getLanguage() is used:
(CmsDriverManager#readBestUrlName(), line 6360ff)
So no mapping will be found and the structure id will be used.
The text was updated successfully, but these errors were encountered: