[Mono-bugs] [Bug 69959][Nor] Changed - IHttpHandler.IsReusable is being ignored
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 28 Nov 2004 20:56:12 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69959
--- shadow/69959 2004-11-28 01:00:55.000000000 -0500
+++ shadow/69959.tmp.5527 2004-11-28 20:56:12.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 69959
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: FC2
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: juraj@hotfeet.ch
QAContact: mono-bugs@ximian.com
@@ -29,6 +29,12 @@
------- Additional Comments From juraj@hotfeet.ch 2004-11-27 12:25 -------
The proposed patch implements a static cache for both IHttpHandlers
(with IsReusable == true) and IHttpHandlerFactories.
------- Additional Comments From miguel@ximian.com 2004-11-27 13:34 -------
Adding gonzalo for review/approval.
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-28 20:56 -------
+Fixed in SVN.
+
+I moved the IsReusable logic to HandlerItem as I didn't like the idea
+of having more static variables in HttpApplication and locking there.