Skip to content

UseStrictDomainMatching not present in WebRoutingSettings #20003

@cvagan

Description

@cvagan

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:

Image

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

  1. Create a new Umbraco project
  2. Build project
  3. Inspect WebRoutingSettings class

Expected result / actual result

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions