[MERGE] support for win32 UNC path (bug #57869)
John Arbash Meinel
john at arbash-meinel.com
Wed Dec 6 23:38:23 GMT 2006
Alexander Belchenko wrote:
> This patch provide support for win32 UNC path like: \\HOST\path.
> Here the test and modification in urlutils win32*/to/from/_url.
>
> bzr branch http://bialix.aaronbentley.com/win32.unc-path/
>
> Alexander
>
>
It makes more sense from the URL spec that these would be interpreted as:
file://host/path
rather than
file://///host/path
In general URL's are:
<identifier>://<host>/path
And 'file:///' has 3 slashes because you have no host.
So if you are switching to a form that has a host: 'file://host/' makes
sense.
That said, I can see why it might be easier to do it the other way.
So I would like to request that you do it the other way, but if you feel
it would be too difficult, I can approve this form.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20061206/6bb2f88e/attachment.pgp
More information about the bazaar
mailing list