https://bugzilla.novell.com/show_bug.cgi?id=322328#c2


Robert Jordan <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #2 from Robert Jordan <[EMAIL PROTECTED]>  2007-10-23 14:33:54 MST 
---
IMO, this is not a bug, because the sample is passing arbitrary[1] strings to
the Uri constructor, but the ctor is supposed to throw on invalid URIs:

using System;

class Test
{
        static void Main ()
        {
                Console.WriteLine (new Uri ("local://uri"));
                Console.WriteLine (new Uri ("local:uri"));
                Console.WriteLine (new Uri ("/local:uri")); // <-- booom!       
        }
}


-- 
Configure bugmail: https://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

Reply via email to