[Mono-bugs] [Bug 73048][Nor] New - XSP gives an error occasionally, while using mod_mono does not
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 19:28:34 -0500 (EST)
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 eto@shaw.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=73048
--- shadow/73048 2005-02-25 19:28:34.000000000 -0500
+++ shadow/73048.tmp.4906 2005-02-25 19:28:34.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 73048
+Product: Mono: Tools
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: gentoo
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: XSP
+AssignedTo: gonzalo@ximian.com
+ReportedBy: eto@shaw.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XSP gives an error occasionally, while using mod_mono does not
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+XSP occasionaly returns http error 400: bad request when running my
+ASP.NET web site using it. However, when using mod_mono through apache,
+everything seems fine.
+
+Steps to reproduce the problem:
+1. Create a code-behind web site
+2. Click on some links to postback the page
+
+Actual Results:
+Ocassionally returns HTTP 400 - Bad Request. Tested with SVN head.
+
+
+Expected Results:
+Should generate the page and show it in the browser
+
+How often does this happen?
+It happens ocassionally (every 2-3 clicks), but it consistently happens
+
+Additional Information:
+I don't know if this has anything to do with it, but we generate dynamic
+CSS files using another aspx page (cached, of course). It could possibly
+be a problem with two requests coming in at the same time from the same
+client.
+
+Some times the CSS isn't retrieved properly (shows the content, but
+doesn't apply the styles), which leads me to believe it is this that is
+causing it.