[Mono-bugs] [Bug 496951] New: The 'NoStore' attribute is not supported by the 'Outputcache' directive.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 21 12:43:46 EDT 2009


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: mhabersack at novell.com
        ReportedBy: kobruleht2 at hot.ee
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list