https://bugzilla.novell.com/show_bug.cgi?id=429926
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=429926#c6 --- Comment #6 from Juraj Skripsky <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
