From: K. G. <kim...@gm...> - 2008-10-23 07:19:11
|
Glyn, On Tue, Oct 21, 2008 at 14:23, Glyn Matthews <gly...@gm...> wrote: > > Do you still intend to keep the host/port in the fusion map? How do you > intend to deal with URIs like this: > > file:///home/user/myfile.txt > mailto:som...@ex... I just checked briefly how .NET's System.Uri class handles this, and it treats them all the same. > file:///home/user/myfile.txt No host + port here, only a scheme and a path > mailto:som...@ex... No path info, just a user prefix (some.dude) and a host (example.com) I suppose that makes sense in a way... Thoughts? - Kim |