[Mono-bugs] [Bug 77138][Nor] New - Html TextWriter.Write() method
limited to 64K?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 2 13:49:00 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 bill.seddon at lyquidity.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77138
--- shadow/77138 2006-01-02 13:48:59.000000000 -0500
+++ shadow/77138.tmp.1982 2006-01-02 13:48:59.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 77138
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details: SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: bill.seddon at lyquidity.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Html TextWriter.Write() method limited to 64K?
+
+Description of Problem:
+
+A web application that is used in-house (so I'm not worried about page
+sizes) can generate pages that contain 200K or more HTML. The bulk of
+the HTML comes from a control. When the control is rendered and the size
+of the HTML is > 64K the page returned is corrupted. By corrupted I mean
+that parts of the HTML are missing and some parts are included several
+times.
+
+Writing the HTML in chunks (say 32K at a time) resolves the problem. The
+behaviour of this class appears to be different to that of the equivalent
+MS .NET control which appears to be able to take a string of any size.
+
+Steps to reproduce the problem:
+
+Create a page and have some part of the page rendered by writing > 64K to
+via Response.Write(). For example write some text repeatedly into
+successive cells of a table.
+
+Actual Results:
+
+The HTML is incomplete.
+
+Expected Results:
+
+Complete HTML
+
+How often does this happen?
+
+Every time.
+
+Additional Information:
+
+Mono 1.1.9.2
More information about the mono-bugs
mailing list