[Mono-bugs] [Bug 57302][Nor] New - xsp parser breaks on <script type=text/javascript> (without quotes)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Apr 2004 21:12:11 -0400 (EDT)
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 vladimir@pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57302
--- shadow/57302 2004-04-20 21:12:11.000000000 -0400
+++ shadow/57302.tmp.21540 2004-04-20 21:12:11.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 57302
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vladimir@pobox.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: xsp parser breaks on <script type=text/javascript> (without quotes)
+
+If an aspx file is encountered that has:
+
+ <script type=text/javascript> ....
+
+with no quotes around the text/javascript, xsp bails with:
+
+"expecting '>'. Got 'javascript'". Putting ""s around text/javascript
+fixes the problem; MS .NET doesn't complain about this.