http://bugzilla.novell.com/show_bug.cgi?id=606142
http://bugzilla.novell.com/show_bug.cgi?id=606142#c1 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Gonzalo Paniagua Javier <[email protected]> 2010-05-17 06:09:10 UTC --- This is a problem in Uri.cs Simple test case: ---------------- using System; class Test { static void Main () { Uri uri = new Uri ("http://media.libsyn.com/bounce/http://cdn4.libsyn.com/nerdist/somestuff.txt"); Console.WriteLine (uri); } } --------------- Actual output: http://media.libsyn.com/bounce/http:/cdn4.libsyn.com/nerdist/somestuff.txt Expected output: http://media.libsyn.com/bounce/http://cdn4.libsyn.com/nerdist/somestuff.txt Additional info: the problem is in the Uri.Reduce() method. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
