[Mono-bugs] [Bug 50356][Maj] Changed - SoapSerializer.Deserialize kills the mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Nov 2003 19:15:01 -0500 (EST)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50356
--- shadow/50356 2003-10-30 12:10:21.000000000 -0500
+++ shadow/50356.tmp.15894 2003-11-03 19:15:01.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 50356
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: imitko@openlinksw.co.uk
QAContact: mono-bugs@ximian.com
@@ -97,6 +97,11 @@
ALWAYS
Additional Information:
if content of the SOAP:body is empty the result is an runtime error.
+
+------- Additional Comments From lluis@ximian.com 2003-11-03 19:15 -------
+This doesn't work in MS.NET neither. The SoapFormatter cannot be used
+in this way. However, I added some null checks so now the runtime does
+not crash (although it throws a null argument exception).