[Mono-bugs] [Bug 75174][Nor] New - If HTTP request length exceeds
configure maximum, xsp hangs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 7 20:58:31 EDT 2005
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 matt.hargett at logiclibrary.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75174
--- shadow/75174 2005-06-07 20:58:31.000000000 -0400
+++ shadow/75174.tmp.21393 2005-06-07 20:58:31.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 75174
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SLES 9
+OS Details: x86-64
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: matt.hargett at logiclibrary.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: If HTTP request length exceeds configure maximum, xsp hangs
+
+Description of Problem:
+When running the client/server from #71001 and uploading this file,
+http://prdownloads.sourceforge.net/lportal/liferay-portal-ent-3.2.0.ear?download
+
+
+If the httpRuntime.maxRequestLength is lower than 50MB, using the client
+code to upload this file will hang on the client and server side.
+
+
+Steps to reproduce the problem:
+1. Download
+http://prdownloads.sourceforge.net/lportal/liferay-portal-ent-3.2.0.ear?download
+
+2. Get and compile the client/server code from bug #71001
+3. Run xsp with the httpRuntime.maxRequestLength in machine.config less
+than 46MB
+
+Actual Results:
+the client and server both hang and have to be broken out of
+
+Expected Results:
+Preferrably an exception, but need to see what MS.NET does in this case.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+Increasing the maxRequestLength works around this problem in the short
+term, but customers keep surprising me with the size of the binaries they
+want to analyze. Not having things hang will at least allow us to produce a
+nice error message.
More information about the mono-bugs
mailing list