[Mono-bugs] [Bug 79318][Wis] New - Tags are not scanned past a include virtual block
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 7 13:03:11 EDT 2006
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 d.moonfire at mfgames.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79318
--- shadow/79318 2006-09-07 13:03:11.000000000 -0400
+++ shadow/79318.tmp.13633 2006-09-07 13:03:11.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 79318
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: d.moonfire at mfgames.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Tags are not scanned past a include virtual block
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The scanner to find the end of tags does not cross over a include boundary.
+
+Steps to reproduce the problem:
+1. Create an empty file named "test.inc"
+2. Create a file named "test.aspx" and put the following four lines.
+<%@ Page Language="c#" Inherits="Umkt.Umts.GeneralPage"%>
+<form runat='server'>
+<!-- #include virtual="test.inc" -->
+</form>
+3. Try to browse to it.
+
+Actual Results:
+Parser Error
+Description: Error parsing a resource required to service this request.
+Review your source file and modify it to fix this error.
+
+Error message:
+Expecting </form> System.Web.UI.ControlBuilder
+
+File name: /home/dylan/sil/umts/asp/test.aspx Line: 2
+
+Expected Results:
+It should just create an empty page with <form> tags in it.
+
+How often does this happen?
+Every time on my machine.
+
+Additional Information:
More information about the mono-bugs
mailing list