I have an item named "/Registration" with a display name "/Register Here".
I was able to access the item via https://url/registration/ and https://url/register-here/
Is this behavior expected if useDisplayName is set to true?
I have an item named "/Registration" with a display name "/Register Here".
I was able to access the item via https://url/registration/ and https://url/register-here/
Is this behavior expected if useDisplayName is set to true?
Copyright © 2021 Jogjafile Inc.
Yes. This behavior is expected with
useDisplayNamevalue set to true.useDisplayNameadds extra logic to check whether Display Name of the item matches url segment (with extra processing for thinks like hyphens).It does not remove the default logic. That's why accessing the page via
https://url/registration/still works.