https://bugzilla.novell.com/show_bug.cgi?id=348725
Summary: Decomposition of <%$ Prefix: Expr %> is incorrect
Product: Mono: Class Libraries
Version: SVN
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: ---
Test Case
=========
index.aspx:
===========
<html>
<body>
<asp:Literal text="<%$ AppSettings: Test %>" runat="server" />
</body>
</html>
web.config:
===========
<?xml version="1.0" encoding="iso-8859-1"?>
<configuration>
<appSettings>
<add key="Test" value="Hello World!" />
</appSettings>
</configuration>
Mono passes "AppSettings: Test" (including prefix) to
AppSettingsExpressionBuilder. This leads to an exception.
The test case works fine with MS.NET.
--
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