[Mono-bugs] [Bug 49506][Min] Changed - Nullref exception in DefaultWsdlHelpGenerator.aspx

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Oct 2003 21:58:22 -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 gonzalo@ximian.com.

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

--- shadow/49506	2003-10-10 12:53:12.000000000 -0400
+++ shadow/49506.tmp.16854	2003-10-10 21:58:22.000000000 -0400
@@ -63,6 +63,9 @@
 
 in BuildOperationInfo method.
 
 ------- Additional Comments From lluis@ximian.com  2003-10-10 12:53 -------
 The correct way of calling a web method using the Get protocol is like
 this: http://localhost:8080/math.asmx/Add?a=1&b=2
+
+------- Additional Comments From gonzalo@ximian.com  2003-10-10 21:58 -------
+Agreed, but it shouldn't crash that easily.