When using multiple slashes in URLs, normalization caused them to be combined into a single slash. This commit fixes that issue to work exactly how Chrome handles these types of URLs. Closes #713.