[Mono-bugs] [Bug 59679][Blo] Changed - Mono Beta 2 bug with ASP.NET Tracing and NULL message value.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 01:32:56 -0400 (EDT)
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 davidandrewtaylor@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59679
--- shadow/59679 2004-06-07 02:07:28.000000000 -0400
+++ shadow/59679.tmp.21686 2004-06-15 01:32:56.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 59679
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: RESOLVED
+Status: VERIFIED
Resolution: FIXED
Severity: 001 One hour
Priority: Blocker
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
@@ -91,6 +91,9 @@
if (s == null)
- return s;
+ return "";
string res = HttpUtility.HtmlEncode (s);
res = res.Replace ("\n", "<br />");
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-06-15 01:32 -------
+I have verified this bug is now fixed in Beta 3. Thanks Gonzalo.