[Mono-dev] [Mono-Dev] [Patch] System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs
Konstantin Triger
kostat at mainsoft.com
Tue Jan 30 09:30:41 EST 2007
Hello all,
The patch below provides for exception information when working with GET/POST requests (used by test page).
Please approve commit.
Index: System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs
===================================================================
--- System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs (revision 71850)
+++ System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs (working copy)
@@ -92,7 +92,7 @@
}
if (error != null)
- WriteError (context, error.Message);
+ WriteError (context, error.ToString());
if (respStream != null)
respStream.Close ();
Regards,
Konstantin Triger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070130/bbbfa32d/attachment.html
More information about the Mono-devel-list
mailing list