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
> 
>  
> 

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to