[Mono-bugs] [Bug 357036] New: [Regression] Parser exception ("Scope not allowed here") since r93848

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 29 13:56:39 EST 2008


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: mhabersack at novell.com
        ReportedBy: juraj at hotfeet.ch
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list