Re: [osg-users] Fixes for VRML2 plugin

2008-03-05 Thread Jean-Sébastien Guay
Hi Franz,

> try Firefox :-)

I do, daily :-) as you saw further down in my message.

Sorry about this whole thread, I guess I was remembering my conversation 
with Jan wrong. Gino, could you add a comment saying that the URI needs 
to comply to RFC2396 along with your change?

Thanks,

J-S
-- 
__
Jean-Sebastien Guay[EMAIL PROTECTED]
http://www.cm-labs.com/
 http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Fixes for VRML2 plugin

2008-03-05 Thread Melchior FRANZ
* Jean-Sébastien Guay -- Wednesday 05 March 2008:
> Can you quote some documentation for that?

  RFC2396

Just type the lines in the address field of a standards compliant
web browser (which probably rules out MSIE; try Firefox :-) with
a file path that exists on your machine.line with a file path on
your disc.

m.


PS: Sorry for replying to the wrong list. I threw both lists in
one mailbox, as I hadn't intended to post, but this has now
changed. I fixed my system.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Fixes for VRML2 plugin

2008-03-05 Thread Jean-Sébastien Guay
Hello Franz,

> AFAIK the first is right and the second is wrong. I don't know how
> the C: is handled (as a dir or as a prefix to the first dir name),
> but apart from that the syntax is supposed to look like this:
> 
>   file:///C:data/blah  ... whereby a "localhost" can be left away:
>   file:///C:data/blah... which can be shortened to:
>   file:/C:data/blah
> 
> But  file://C:data/blah  is most certainly wrong.

Can you quote some documentation for that? I'm not trying to be 
difficult, but as I said I remember going through this with Jan a while 
ago, so I just think we should make sure we have the real facts instead 
of "AFAIK"s before we change it again.

As a reference, in Visual Studio (of course, MS could have just messed 
up, but it's kind of the only reference I have right now) I see this 
when I build:

Build log was saved at "file://c:\dir1\dir2\dir3\BuildLog.htm"

When I paste that into Firefox, it's changed to:

file:///c:/dir1/dir2/dir3/BuildLog.htm

So 3 slashes before the drive, and then a slash after the colon.

Which one do we believe? I would tend to believe Firefox, but I'd like 
to have some concrete facts either way...

J-S
-- 
__
Jean-Sebastien Guay[EMAIL PROTECTED]
http://www.cm-labs.com/
 http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Fixes for VRML2 plugin

2008-03-05 Thread Melchior FRANZ
* Gino van den Bergen -- Wednesday 05 March 2008:
> 1) Full DOS paths are now correctly opened by OpenVRML. A URL containing
> a DOS path should be "file:///C:data/blah" rather than "file://C:data/blah".

AFAIK the first is right and the second is wrong. I don't know how
the C: is handled (as a dir or as a prefix to the first dir name),
but apart from that the syntax is supposed to look like this:

  file:///C:data/blah  ... whereby a "localhost" can be left away:
  file:///C:data/blah... which can be shortened to:
  file:/C:data/blah

But  file://C:data/blah  is most certainly wrong.

m.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org