kipusoep / UrlTracker

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

Url encoding issue - %20 and other encoded characters #77

Open ZacP opened 9 years ago

ZacP commented 9 years ago

Hi Stefan,

We recently discovered that urls with spaces or other url encoded characters aren't working in the Url Tracker. We confirmed that this is occurring on v3.6.
As a test, we created the url test%20test and redirected it to our About Us page. When we hit /test%20test/ or /test test/ we are brought to our 404 page instead of the About Us page. We setup some other redirects to ensure that the redirecting was working for non url encoded urls and it was working fine.

It seems that this issue was fixed in v2.4.5, http://our.umbraco.org/projects/developer-tools/301-url-tracker/version-2/46914-Redirect-with-url-encoded-chars-issue, but it seems to have reappeared.

Let me know if I can provide any more information.

Thanks

image

kipusoep commented 9 years ago

Looks like you've included enough information, thanks for that! :-) I'll look into it.

ZacP commented 9 years ago

Great. Thanks!