[Mono-bugs] [Bug 60245][Nor] New - Parser error in XSP with valid aspx

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 20:18:13 -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 pbaena@uol.com.ar.

http://bugzilla.ximian.com/show_bug.cgi?id=60245

--- shadow/60245	2004-06-15 20:18:13.000000000 -0400
+++ shadow/60245.tmp.3572	2004-06-15 20:18:13.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 60245
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pbaena@uol.com.ar               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Parser error in XSP with valid aspx
+
+This sample aspx file throws a Parser error on XSP whilst being valid. I 
+can workaround it, but it should work: 
+ 
+<%@ Page language="c#" %> 
+ 
+<form runat="server"> 
+ 
+<ul> 
+        <li <%= Request.ApplicationPath %>></li> 
+</ul> 
+ 
+</form>