kipusoep / UrlTracker

The Url Tracker for Umbraco
MIT License
54 stars 61 forks source link

Fixes Issue #177 and prevents double slashes at the start of a path when redirecting to an absolute url #178

Open ProNotion opened 6 years ago

ProNotion commented 6 years ago

I've also broken down some of the parameters of the string.Format call to make it easier to read and manage going forward. There was too much going on in-line which meant things like this might slip through.

ProNotion commented 6 years ago

Added another update as some urls were breaking without a leading forward slash.