[Mono-bugs] [Bug 77314][Nor] Changed -
System.Web.HttpResponse.Suppresscontent = true does not
suppress response
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 24 14:51:36 EST 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77314
--- shadow/77314 2006-01-24 13:46:30.000000000 -0500
+++ shadow/77314.tmp.20995 2006-01-24 14:51:36.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 77314
Product: Mono: Class Libraries
Version: 1.1
OS: SUSE 9.2
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo at ximian.com
ReportedBy: karnhoffer at ecron.hu
QAContact: mono-bugs at ximian.com
@@ -143,6 +143,108 @@
I cannot reproduce this issue with your test case and current mono
from SVN. After about 15 seconds (which is the timeout set on the
socket) the connection closes and nothing has been sent through it.
------- Additional Comments From gonzalo at ximian.com 2006-01-24 13:46 -------
Reopening. I'm going to test if any header is sent.
+
+------- Additional Comments From gonzalo at ximian.com 2006-01-24 14:51 -------
+Right. The headers are being sent, but MS does the same thing.
+The data transmited over the connection when using firefox and hitting
+your page follows. The first one was obtained using xsp/mono and the
+second one using xsp/MS.NET
+
+Both responses timed out after the headers were sent.
+
+---------------BEGIN output xsp/mono/linux ------------------
+POST /index.aspx HTTP/1.1
+
+Host: 127.0.0.1:8080
+
+User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12)
+Gecko/20050920 Firefox/1.0.7 SUSE/1.0.7-0.1
+
+Accept:
+text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
+
+Accept-Language: en-us,en;q=0.5
+
+Accept-Encoding: gzip,deflate
+
+Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
+
+Keep-Alive: 300
+
+Connection: keep-alive
+
+Referer: http://127.0.0.1:8080/index.aspx
+
+Cookie: ASPSESSION=C08469137C85BDA1013610C6951CB3
+
+Content-Type: application/x-www-form-urlencoded
+
+Content-Length: 51
+
+
+
+__EVENTTARGET=Button1&__EVENTARGUMENT=&__VIEWSTATE=HTTP/1.0 200 OK
+
+Server: Mono.WebServer/0.1.0.0 Unix
+
+Date: Tue, 24 Jan 2006 18:38:25 GMT
+
+Content-Length: 1061
+
+Cache-Control: private
+
+Content-Type: text/html; charset=utf-8
+
+Keep-Alive: timeout=15, max=97
+
+Connection: Keep-Alive
+---------------END output xsp/mono/linux ------------------
+---------------BEGIN output xsp/MS/windows ----------------
+POST /hola.aspx HTTP/1.1
+
+Host: 164.99.121.94:8080
+
+User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12)
+Gecko/20050920 Firefox/1.0.7 SUSE/1.0.7-0.1
+
+Accept:
+text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
+
+Accept-Language: en-us,en;q=0.5
+
+Accept-Encoding: gzip,deflate
+
+Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
+
+Keep-Alive: 300
+
+Connection: keep-alive
+
+Referer: http://164.99.121.94:8080/hola.aspx
+
+Content-Type: application/x-www-form-urlencoded
+
+Content-Length: 105
+
+
+
+__EVENTTARGET=Button1&__EVENTARGUMENT=&__VIEWSTATE=dDw1OTU5NDU4OTU7Oz6TLR93IUXblxKjuMyjfHqfAl5M%2Fw%3D%3DHTTP/1.0
+200 OK
+
+Server: Mono.WebServer/0.1.0.0 Win32NT
+
+X-AspNet-Version: 1.1.4322
+
+Cache-Control: private
+
+Content-Type: text/html; charset=utf-8
+
+Content-Length: 1281
+
+Keep-Alive: timeout=15, max=97
+
+Connection: Keep-Alive
+------------ END output xsp/MS/windows ----------------
More information about the mono-bugs
mailing list