Re: Who can express URL syntax with BNF

Ari Luotonen (luotonen@ptsun00.cern.ch)
Mon, 2 May 94 12:28:20 +0200


> If SPACEJUMP and TEXTSEARCH are attributes of an object and not
> methods --- what are we going to do if we move from URLs to URNs?
> Then every URN is an object with an associated attribute.
> Will there be different URNs for "get me a document" and
> "search in a document"?
>
> Can a server disambiguate this:
>
> GET /12345?....
>
> "12345" is an URN, not a path to an object.

Whatever the object and however it is referred to (URL, URN)
by the time a search/spacejump has to be performed the server
does have the actual object and the object has the necessary
information about what to do with it.

Isn't URN translated to a URL such that when a server gets a
request it is still a URL? And even if a URN is requested the
server does have to know which object it is => can find out
what kind of query it is.

Until the time you get to the object itself you don't have to
know if its a spacejump or a textsearch anyway.

-- Cheers, Ari --