Re: Question about parsing of ambiguous URIs

2003-01-26 Thread Oleg Kalnichevski
Thanks for clarifications, Mike Cheers Oleg On Sun, 2003-01-26 at 07:15, Michael Becke wrote: I believe this behavior is correct. The yadayada/blabla URI is a relative path, like ../index.html. I think what you're looking for is called a net path. Net paths are required to begin with //

Re: Question about parsing of ambiguous URIs

2003-01-25 Thread Michael Becke
I believe this behavior is correct. The yadayada/blabla URI is a relative path, like ../index.html. I think what you're looking for is called a net path. Net paths are required to begin with // (e.g. //yadayada/blabla ). The BNF for this part is: net_path = // authority [