[Mono-bugs] [Bug 36929][Nor] Changed - the xsp parser fails when finds '<>'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 21 Jan 2003 13:15:44 -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=36929
--- shadow/36929 Tue Jan 21 13:04:24 2003
+++ shadow/36929.tmp.12039 Tue Jan 21 13:15:44 2003
@@ -1,23 +1,23 @@
Bug#: 36929
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 8.0
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: System.Web
AssignedTo: gonzalo@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
+Summary: the xsp parser fails when finds '<>'
Description of Problem:
XSP 0.2 crashes when you try to access a .aspx-page containing one of the
following characters:
åäöÅÄÖ£¤´¨<>§½
@@ -40,6 +40,17 @@
How often does this happen?
Always.
Additional Information:
The first six characters in the above list are taken from the Swedish
alphabet.
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-21 13:15 -------
+Ok. There are 2 different problems:
+
+ 1. Until we support other encodings, .aspx pages should be
+UTF-8. If i don't use the '<>' and convert the from latin1 to utf8
+(man iconv), the page is displayed correctly. If not, I get an
+"InvalidUTF8 exception"
+
+ 2. The xsp parser fails to process '<>'. I will fix this issue.
+