i am mostly in favor of whatever rfc1738 says.

though its not clear what <path> is.  does "foo/bar" mean "/foo/bar"  
on disk ?  or "<wherever you are>/foo/bar" ?  its not so clear.   
intuition would say the former.  however on pretty much any web  
browser ive used, a url such as "file:///somewhere/foo" means the  
absolute path "/somewhere/foo".

i sort of like the four-slashes thing since im just taking the data  
from the URL and going with no additional interpretation of it.  just  
has a strange result not consistent with what we're used to.

On Jun 30, 2006, at 2:10 PM, William K. Volkman wrote:

> On Thu, 2006-06-29 at 21:05, Daniel Miller wrote:
>> Michael Bayer wrote:
>>> well, the url is broken out like this:
>>>
>>> dbtype://  /  <database>
>>
>> Why is the third slash necessary if its not part of the path? I  
>> think the conventional way is to parse paths like this:
>
> Please refer to http://www.rfc-editor.org/rfc/rfc1738.txt
> for the canonical forms of URL/URI syntax.
>
>
> HTH,
> William.
>
>


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to