OA2.0d11: Minor nit-pick regarding normalization
Josh Hoyt
josh at janrain.com
Fri Feb 2 09:19:13 UTC 2007
On 2/1/07, Martin Atkins <mart at degeneration.co.uk> wrote:
> The normalization table in appendix A.1 lists several examples of the
> normalization of URIs. The last few examples are as follows:
>
> http://example4.com/ => http://example4.com/
> https://example5.com/ => https://example5.com/
> example6.com => http://example6.com
>
> I believe that the last example should instead normalize to:
> http://example6.com/
You're right that the example needs to have the slash added. I don't
think that we need any extra wording because RFC3986, which we
reference for the normalization rules says:
a URI that uses the generic syntax for authority with an
empty path should be normalized to a path of "/".
Josh
More information about the specs
mailing list