[Mono-bugs] [Bug 431622] New: aspx files with + in their filenames causes invalid code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 2 11:07:56 EDT 2008


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


           Summary: aspx files with + in their filenames causes invalid code
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Repro:

Create two files, index.aspx and a+b.aspx and put this line in both:

<%@ Page Language="CSharp" AutoEventWireup="false"
Inherits="System.Web.UI.Page" %>

start xsp2 and open http://localhost:8080/index.aspx

Result:

Server Error in '/' Application
Compilation Error

Description: Error compiling a resource required to service this request.
Review your source file and modify it to fix this error. 

Compiler Error Message: CS1518: Expected `class', `delegate', `enum',
`interface', or `struct'

Source Error: Line 28:     
Line 29:     
Line 30:     public class a+b_aspx : global::System.Web.UI.Page,
System.Web.SessionState.IRequiresSessionState, System.Web.IHttpHandler {
Line 31:         
Line 32:         private static bool __initialized = false;


-- 
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