[Mono-bugs] [Bug 348725] New: Decomposition of <%$ Prefix: Expr %> is incorrect

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 14 08:22:49 EST 2007


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


More information about the mono-bugs mailing list