[Mono-dev] [Mono-Dev] [Patch] System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs
Atsushi Eno
atsushi at ximian.com
Wed Jan 31 00:36:06 EST 2007
Please commit. Thanks!
Atsushi Eno
Konstantin Triger wrote:
> 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
>
>
>
More information about the Mono-devel-list
mailing list