Re: Who can express URL syntax with BNF

Gunter <hille@rz.informatik.uni-hamburg.d400.de>
Errors-To: listmaster@www0.cern.ch
Date: Mon, 2 May 1994 12:18:31 +0200
Errors-To: listmaster@www0.cern.ch
Message-id: <458*/S=hille/OU=rz/OU=informatik/PRMD=uni-hamburg/ADMD=d400/C=de/@MHS>
Errors-To: listmaster@www0.cern.ch
Reply-To: hille@rz.informatik.uni-hamburg.d400.de
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Gunter <hille@rz.informatik.uni-hamburg.d400.de>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Who can express URL syntax with BNF
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
sanders@austin.BSDI.COM writes:

>The server should use the URL to disambiguate whatever it 
>needs to disambiguate:
>
>        GET /place-order?...    form
>        GET /visual-index?...   spacejump
>        GET /data?...           text search
>
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.

Gunter