https://bugzilla.novell.com/show_bug.cgi?id=429926
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=429926#c3 --- Comment #3 from Juraj Skripsky <[EMAIL PROTECTED]> 2008-09-25 09:21:16 MDT --- Marek, I'm not sure if my patch is really the right fix. In my opinion, both the CachedRawResponse items as well as the CachedVaryBy items should be stored in InternalCache. Otherwise we're polluting the user's cache with items having Request.FilePath as key! Why is the line "internalCache.DependencyCache = cache;" in HttpRuntime.cs needed? This seems wrong. It implies that items in the internal cache can only depend on items in the user cache. I would much prefer to solve this issue first and then make OutputCache use InternalCache for all items. What do you think? -- 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
