https://bugzilla.novell.com/show_bug.cgi?id=357036


           Summary: [Regression] Parser exception ("Scope not allowed here")
                    since r93848
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Test case:
----------
- create global.asax containing:

<% @Application Language="C#" %>
<object id="Dummy" scope="application" class="System.Collections.ArrayList"
runat="server" />

- create empty "index.aspx"
- start xsp2
- request http://localhost:8080/index.aspx

=> Parser exception, message "Scope not allowed here"
Reverting commit 93848 "fixes" the problem.

This has made its way into the mono-1-9 branch and needs fixing there as well!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to