[Mono-bugs] [Bug 54896][Maj] New - xsp hangs after serving a error page

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Feb 2004 10:36:50 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54896

--- shadow/54896	2004-02-26 10:36:50.000000000 -0500
+++ shadow/54896.tmp.23030	2004-02-26 10:36:50.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 54896
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: xsp hangs after serving a error page
+
+Steps to reproduce the bug:
+1. mkdir /tmp/lalala
+2. cd /tmp/lalala
+3. xsp
+4. Try http://127.0.0.1:8080/ with your favourite browser.
+5. Hit enter in the console running xsp (may be more than once).
+
+Actual results:
+It does not return to the prompt and may eat up all the CPU (debian sid here).
+
+Additional information:
+If you get a page that exists, it finishes correctly.
+
+If you copy xsp/test/TestService.asmx to /tmp/lalala, run xsp in
+/tmp/lalala and try access http://127.0.0.1:8080/TestService.asmx the page
+is displayed and then, hitting enter produces the same result as above.
+
+However, this last thing works for lluis on RH.
+
+Assigning this to the runtime, by now, as this used to work and nothing has
+changed there.