[Mono-bugs] [Bug 28549][Min] Changed - System.Uri.CheckSchemeName() contains two bugs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Aug 2002 03:27:18 -0000


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 miguel@ximian.com.

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

--- shadow/28549	Sun Aug  4 22:36:41 2002
+++ shadow/28549.tmp.13921	Thu Aug 22 23:27:18 2002
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: SuSE 8.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: americ@acm.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -23,6 +23,12 @@
   
 The bugs in System.Uri.CheckSchemeName():  
 1) the if statement inside the for() loop should be &&'ing the expressions together, not 
 ||'ing them.  
 2) the if statement inside the for() loop should be checking for '.' instead of ','. I checked  
 Microsoft's docs on this.
+
+------- Additional Comments From miguel@ximian.com  2002-08-22 23:27 -------
+could you provide a patch, and a small test?  We can take care of
+integrating the test in Nunit.
+
+Thanks!