Re: parsing URI (references) according to RFC 3986

On 2011-06-20 08:57, Adam Barth wrote:
> On Sun, Jun 19, 2011 at 11:53 PM, Julian Reschke<julian.reschke@gmx.de>  wrote:
>> On 2011-06-20 08:46, Adam Barth wrote:
>>>>> Correct.  It's limited to "hierarchical" schemes, such as http, ftp,
>>>>> etc (at least in Chrome).
>>>>
>>>> How do you determine whether as scheme is "hierarchical"?
>>>
>>> There's a list.
>>
>> Where?
>
> Presumably we could ask IANA to create one.

...and then have URI parsing code do a lookup? :-)

Nope.

*If* we need to post process the results of generic parsing, we 
absolutely need to restrict it to a small list of schemes, and that 
should be it.

Best regards, Julian

Received on Monday, 20 June 2011 07:02:15 UTC