http://bugzilla.novell.com/show_bug.cgi?id=496951


           Summary: The 'NoStore' attribute is not supported by the
                    'Outputcache' directive.
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86
        OS/Version: FreeBSD
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


Steps to reproduce:

Create and run aspx page starting at

<%@ Page Language="C#" %>

<%@ OutputCache Duration="1" VaryByParam="*" NoStore="true" %>


Observed:

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

Parser Error Message: The 'NoStore' attribute is not supported by the
'Outputcache' directive.

Source Error: 

Line 1: <%@ Page Language="C#" %>
Line 2: 
Line 3: <%@ OutputCache Duration="1" VaryByParam="*" NoStore="true" %>
.. 

--------------------------------------------------------------------------------
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version:
2.0.50727.1433

-- 
Configure bugmail: http://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

Reply via email to