Hi Todd,
I will fix this for the next release.
I'm going to wrap the logic into a method SiteUtils.UrlsMatch(url1, url2)
On Windows urls are not case sensitive because the file system is not case sensitive but on linux file system and urls are case sensitive.
So my method will account for the platform difference.
Best,
Joe