[Mono-bugs] [Bug 82479][Nor] New - Scope for static objects (in global.asax) is case sensitive
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 18 19:38:06 EDT 2007
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 juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=82479
--- shadow/82479 2007-08-18 19:38:06.000000000 -0400
+++ shadow/82479.tmp.4674 2007-08-18 19:38:06.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 82479
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: FC6
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: juraj at hotfeet.ch
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Scope for static objects (in global.asax) is case sensitive
+
+- create global.asax containing this single line:
+ <object id="x" scope="Application" class="System.Object" runat="server" />
+- touch index.aspx
+- xsp2
+
+- request index.aspx
+=> Parser Error "Invalid scope: Application"
+
+I don't have access to a MS.NET box right know, but I'm pretty sure they're
+not parsing the scope case sensitively.
More information about the mono-bugs
mailing list