[Mono-bugs] [Bug 429926] [Patch] OutputCache doesn't work
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Sep 26 05:08:15 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=429926
User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=429926#c6
--- Comment #6 from Juraj Skripsky <juraj at hotfeet.ch> 2008-09-26 03:08:14 MDT ---
Created an attachment (id=241874)
--> (https://bugzilla.novell.com/attachment.cgi?id=241874)
test case using user controls
The output caching code is even more broken than I thought. This test case uses
an user control.
Recipe:
=======
- apply my patch from above
- start xsp2
- request http://localhost:8080
- touch counter.ascx
- request http://localhost:8080
Actual result: page stays the same, it's being served from the cache
Expected result: page should be recompiled and rerun.
OutputCacheModule should somehow connect to the build/compilation
infrastructure in System.Web.Compilation. Cached page contents need to be
dropped when a recompile is triggered.
--
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