[Mono-bugs] [Bug 52778][Wis] Changed - Before-time object removal from cache.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jan 2004 00:37:55 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52778
--- shadow/52778 2004-01-12 10:48:50.000000000 -0500
+++ shadow/52778.tmp.24285 2004-01-15 00:37:55.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 52778
Product: Mono/Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Gentoo 1.4
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
-Component: System.Web
+Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: mono-bug@jerryweb.info
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -63,6 +63,9 @@
===================================================================================
(Behavior observed:) The function Pokus() is returning "abcd" value during
10 seconds; after 10 seconds it also returns value "retVal == null", as
when page loaded for the first time - in spite of fact that relevant object
should be still cached (due to permanent reloading).
+
+------- Additional Comments From jackson@ximian.com 2004-01-15 00:37 -------
+This is fixed in CVS. Thanks for the report and the test case.