[Mono-bugs] [Bug 54531][Wis] Changed - NullReferenceException in ExpiresBucket.Update()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 16 May 2004 11:46:43 -0400 (EDT)
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 totte@hiddenpeaks.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54531
--- shadow/54531 2004-04-13 16:01:23.000000000 -0400
+++ shadow/54531.tmp.30688 2004-05-16 11:46:43.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 54531
Product: Mono: Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Gentoo 1.4
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: mono-bug@jerryweb.info
QAContact: mono-bugs@ximian.com
@@ -62,6 +62,9 @@
after calling can be different from the values of variables before
calling. It is necessary to re-read and check all the values whether
they are not changed; or, not to use ReaderWriterLock and get back to
original solution - locking with lock() (the latter seems to me to be
more effective in this context).
+
+------- Additional Comments From totte@hiddenpeaks.com 2004-05-16 11:46 -------
+Fixed in cvs.