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
In PR umbraco/Umbraco-CMS#12850 we made the behavior of URL replacement characters more consistent. In some cases this will change URLs when publishing a node. For most people this won't be a problem, automated URL tracking (either the built-in Umbraco one or additional packages) will redirect the old URL to the new URL.
However, for some people, the following can happen:
If you are using the default URL replacement characters (you didn't put any CharCollection in appSettings.config yourself)
And if you have disabled URL tracking and have no other URL tracking package / custom code
Only nodes with lower case å, æ, ø, ä, ö, or ü in it would receive URL replacement characters.
The existing URL will change, with no redirects to the new URL so any hardcoded URLs linking to those pages will now encounter a 404 error
Version
Umbraco 11
Previous behavior
Only for nodes with lower case å, æ, ø, ä, ö, or ü these characters would be replaced in the URL.
New behavior
Nodes with upper case upper case Å, Æ, Ø, Ä, Ö, or Ü will now also see these characters replaced in the URL.
Type of breaking change
This is a behavioral change.
Reason for change
The reason for the change was to make the replacement consistent for both the upper and lower case versions of those characters.
Recommended action
To revert to the previous behavior, you can configure that in your appSettings.config file as follows:
Description
In PR umbraco/Umbraco-CMS#12850 we made the behavior of URL replacement characters more consistent. In some cases this will change URLs when publishing a node. For most people this won't be a problem, automated URL tracking (either the built-in Umbraco one or additional packages) will redirect the old URL to the new URL.
However, for some people, the following can happen:
CharCollection
inappSettings.config
yourself)Only nodes with lower case
å
,æ
,ø
,ä
,ö
, orü
in it would receive URL replacement characters.Version
Umbraco 11
Previous behavior
Only for nodes with lower case
å
,æ
,ø
,ä
,ö
, orü
these characters would be replaced in the URL.New behavior
Nodes with upper case upper case
Å
,Æ
,Ø
,Ä
,Ö
, orÜ
will now also see these characters replaced in the URL.Type of breaking change
This is a behavioral change.
Reason for change
The reason for the change was to make the replacement consistent for both the upper and lower case versions of those characters.
Recommended action
To revert to the previous behavior, you can configure that in your
appSettings.config
file as follows:Affected APIs
n/a
The text was updated successfully, but these errors were encountered: