[Mono-bugs] [Bug 71049][Wis] New - System.Uri - malformed uri should throw UriFormatException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 10:28:34 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ilyak@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71049

--- shadow/71049	2005-01-06 10:28:34.000000000 -0500
+++ shadow/71049.tmp.17380	2005-01-06 10:28:34.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 71049
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ilyak@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Uri - malformed uri should throw UriFormatException 
+
+Steps to reproduce the problem:
+Uri u = new Uri("http://w*w*w.go-mono.com");
+
+Actual Results:
+works fine
+
+Expected Results:
+UriFormatException should be thrown