[Mono-bugs] [Bug 63451][Wis] Changed - End marker "%>" doesn't get recognized
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Sep 2004 10:33:34 -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 jwezel@compumaster.de.
http://bugzilla.ximian.com/show_bug.cgi?id=63451
--- shadow/63451 2004-09-01 19:28:11.000000000 -0400
+++ shadow/63451.tmp.27882 2004-09-03 10:33:34.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 63451
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: jwezel@compumaster.de
@@ -39,6 +39,25 @@
Additional Information:
Tested with XSP
------- Additional Comments From gonzalo@ximian.com 2004-09-01 19:28 -------
I don't understand what you mean. Can i get a real test case?
+
+------- Additional Comments From jwezel@compumaster.de 2004-09-03 10:33 -------
+Please put these lines into a test.aspx file and launch it via XSP
+webserver:
+----SNIP----
+<%@ Page language="vb" %>
+<% 'Response.Write(3) %>
+<%
+'Response.Write(3)
+%>
+----SNIP----
+
+You'll notice that there is a compilation problem because the end of
+the "%>" doesn't get recognized correctly (it's getting part of the
+temporary source code file which shall be compiled).
+
+If you need more information or need a better test case, you're
+welcome to send me a more detailled list of requirements for a usable
+test case.