[Mono-bugs] [Bug 75543][Wis] Changed - webservice method call crash
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 14 06:05:34 EDT 2005
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 lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75543
--- shadow/75543 2005-07-14 02:52:10.000000000 -0400
+++ shadow/75543.tmp.30959 2005-07-14 06:05:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75543
Product: Mono: Tools
Version: 1.1
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: XSP
AssignedTo: gonzalo at ximian.com
ReportedBy: llpamies at tinet.org
QAContact: mono-bugs at ximian.com
@@ -101,6 +101,14 @@
Mono C# compiler version 1.1.8.0 (from debian.meebey.net)
Can I do more tests ?
Thanks for all.
+
+------- Additional Comments From lluis at ximian.com 2005-07-14 06:05 -------
+Fixed in SVN (r47296). The serializer was crashing when calling the
+equality operator of the User class to compare an User to null (btw,
+you should always check for null values in an equality operator). Now
+it will always use System.Object's equality operator to compare to
+null. This was a bug in the generated serializer, not in the
+interpreted one, that's why it was working in the initial requests.
More information about the mono-bugs
mailing list