[Mono-bugs] [Bug 36929][Nor] New - the xsp server crashes when you request a .aspx containing one or more special characters

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 18 Jan 2003 19:38:56 -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 daniel@solin.org.

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

--- shadow/36929	Sat Jan 18 19:38:56 2003
+++ shadow/36929.tmp.2420	Sat Jan 18 19:38:56 2003
@@ -0,0 +1,45 @@
+Bug#: 36929
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 8.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: daniel@solin.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: the xsp server crashes when you request a .aspx containing one or more special characters
+
+Description of Problem:
+XSP 0.2 crashes when you try to access a .aspx-page containing one of the 
+following characters:
+
+åäöÅÄÖ£¤´¨<>§½
+
+Note that the '<' and '>' characters only cause a problem in the case 
+where they don't appear "together" to define a tag (as in "<title>").
+
+Steps to reproduce the problem:
+1. Create a .aspx-page, test.aspx, containing the text "<head>§</head>".
+2. Start the server - 'mono server.exe'
+3. Try to access the document - http://localhost:8080/test.aspx.
+3. The browser will freeze, and the server will not generate a response.
+
+Actual Results:
+No response from server.
+
+Expected Results:
+A valid server response - an empty page with the title '§'.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+The first six characters in the above list are taken from the Swedish 
+alphabet.