Crankshaw - 2010-01-18

Further to this, I've been told that the following will probably do what you want while leaving case intact instead of "string url = rawUrl.ToLowerInvariant();" at line 108 in ConfigurationForm.cs

string url = String.Format(rawURL,System.Globalization.CultureInfo.InvariantCulture);