[Mono-bugs] [Bug 52602][Min] Changed - comments makes .ashx files fail
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Jan 2004 12:53:03 -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=52602
--- shadow/52602 2004-01-05 08:02:15.000000000 -0500
+++ shadow/52602.tmp.23091 2004-01-06 12:53:03.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 52602
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Minor
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: mwh@sysrq.dk
QAContact: mono-bugs@ximian.com
@@ -31,6 +31,9 @@
Source Error:
<!- The comment which makes it fail ->
<%@ WebHandler Language='C#' Class='Calculator' %>
// A simple IHttpHandler, handling calculation tasks.
+
+------- Additional Comments From gonzalo@ximian.com 2004-01-06 12:53 -------
+The syntax for comments is '<!--', not '<!-'