[Mono-bugs] [Bug 429926] New: [Patch] OutputCache doesn't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 25 10:35:32 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=429926


           Summary: [Patch] OutputCache doesn't work
           Product: Mono: Class Libraries
           Version: 2.0
          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 lists.ximian.com
          Found By: ---


Created an attachment (id=241707)
 --> (https://bugzilla.novell.com/attachment.cgi?id=241707)
test case - simple aspx page

Recipe:
=======
- start xsp2
- request http://localhost:8080/cached.aspx
=> "0"
- request page again

Excepted result: "0"  (cached page)
Actual result:   "1" (regenerated page)


-- 
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