[Mono-dev] ASP.Net HttpResponse.SuppressContent
Gonzalo Paniagua Javier
gonzalo at ximian.com
Thu Jan 19 19:43:02 EST 2006
On Mon, 2006-01-16 at 10:04 +0100, Arnhoffer Károly wrote:
> Hi,
>
> It seems that HttpResponse.SuppressContent behaves different in .Net and Mono. While .Net sends no response when using HttpResponse.SuppressContent Mono sends an empty HTML page like this:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=Content-Type content="text/html; charset=iso-8859-2"></HEAD>
> <BODY></BODY></HTML>
>
> If this behaviour is right how can I make Mono send no response to a request?
Can you please file a bug report (http://www.mono-project.com/Bugs)
under System.Web with a small test case that reproduces the problem?
I'll fix it ASAP.
-Gonzalo
More information about the Mono-devel-list
mailing list