Re: no parameter in first segment of relative URI?

Stefan Eissing wrote,
> Exactly my concern. If ':' is allowed in path segments, a URI like
>
> http://example.com/my:car.html
>
> is a valid http URI. My (imaginary) HTML editor now
> creates relative URIs whenever it can and generates:
>
> http://example.com/index.html as
>
> <html>
>   <body>
>     <a href="my:car.html">my beautiful black toyota</a>
>   </body>
> </html>
>
> Oops.

Err ... then your editor is broken: that's not a correct relativisation 
of the URI.

Cheers,


Miles

Received on Friday, 11 October 2002 10:53:03 UTC