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

Miguel de Icaza miguel at novell.com
Sun Nov 22 16:02:43 EST 2009


Hello,

     If our current test suite passes, I have no problem with the patch
going into SVN, it looks good to me.

     We also have time to tune it up if we check it in now early in the
2.8 process.

> 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
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list