[Mono-bugs] [Bug 36225][Nor] New - HttpUtility error
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
2 Jan 2003 01:42:19 -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 juancri@tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=36225
--- shadow/36225 Wed Jan 1 20:42:19 2003
+++ shadow/36225.tmp.2893 Wed Jan 1 20:42:19 2003
@@ -0,0 +1,32 @@
+Bug#: 36225
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: juancri@tagnet.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: HttpUtility error
+
+mcs/System.Web/System.Web/HttpUtility.cs
+Line 581
+
+static char [] hexChars = "012456789ABCDEF".ToCharArray ();
+
+should be
+
+static char [] hexChars = "0123456789ABCDEF".ToCharArray ();
+
+:)
+the 3 is missing
+
+Regards,
+Juan C. Olivares