-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
16.1.1
Bug summary
The option for UseStrictDomainMatching does not appear to be present in the WebRoutingSettings class for current-version Umbraco packages (16.1.1).
Specifics
This setting is stated as available in the Umbraco docs (https://docs.umbraco.com/umbraco-cms/reference/configuration/webroutingsettings) as well as in the main branch of the Umbraco-CMS repository (https://github.com/umbraco/Umbraco-CMS/blob/main/src/Umbraco.Core/Configuration/Models/WebRoutingSettings.cs).
When inspecting the class in the Umbraco.Cms 16.1.1 NuGet package, however, this setting is not present:

It is also not referenced in the appsettings-schema.json
Wasn't sure if I should report this as a documentation issue or not, but I decided to create the issue in this repository since this settings seems to be present in the main branch which I assume means it was meant to be released.
Steps to reproduce
- Create a new Umbraco project
- Build project
- Inspect WebRoutingSettings class
Expected result / actual result
No response