Take an un-normalized URL and turn it into the canonical form for that
URL. In general this will work by stripping off extra components like
index.html rather than adding them in.
Parameters: unnormalized - The raw string from the browser A canonical form that DWR uses to compare pages for equivalence.