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: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs