Returns an URI where the path has been normalized.
Returns an URI where the path has been normalized.
A normalized path does not contain .
segments or non-leading ..
segments.
Only a relative path may contain leading ..
segments,
a path that starts with /
will also drop any leading ..
segments.
This uses the same normalization strategy as resolveUri, as specified by RFC 3986.
Does not change any part of the URI except the path.