[Mono-dev] [PATCH] fix for System.Uri

Stephane Delcroix stephane at delcroix.org
Fri Nov 20 09:05:03 EST 2009


Hey,

	Attached is a patch for System.Uri allowing to parse Unix FileName or
Windows UNC Uris containing a ":" in their path.

	So far, new Uri ("file:///home/usr/a:b") was parsed and instanciated
fine where we got a UriFormatException on new Uri ("/home/user/a:b");

	As System.Uri is a corner stone for a lot of stuffs in mono, I'd like
some comments before committing.

regards

Stephane
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uri.patch
Type: text/x-patch
Size: 3521 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20091120/b1d5fb96/attachment.bin 


More information about the Mono-devel-list mailing list