huilaaja / RedirectManager

Simple and portable redirect manager for Episerver websites
14 stars 5 forks source link

Remove trailing slash from fromurl, as this will never match because this is removed in GetPrimaryRedirectUrlOrDefault #9

Closed tomahg closed 3 years ago

tomahg commented 4 years ago

Because trailing slash of the requested url is removed in GetPrimaryRedirectUrlOrDefault, creating redirects where fromurl ends with a trailing slash (/) will not be hit. It is common for editors to copy the url (that ends with a trailing slash).