[Mono-bugs] [Bug 36038][Nor] Changed - UrlEncodeToBytes() bug

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Jan 2003 02:02:59 -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 gonzalo@ximian.com.

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

--- shadow/36038	Sun Dec 22 04:29:02 2002
+++ shadow/36038.tmp.7383	Thu Jan  2 21:02:59 2003
@@ -1,13 +1,13 @@
 Bug#: 36038
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: juancri@tagnet.org               
 QAContact: mono-bugs@ximian.com
@@ -28,6 +28,9 @@
    if (count < 0 || offset < len - count)
 
 because there is a problem calling UrlEncode("something");
 
 Unhandled Exception: System.ArgumentOutOfRangeException: Argument is out 
 of range
+
+------- Additional Comments From gonzalo@ximian.com  2003-01-02 21:02 -------
+Fixed in CVS. Thanks!