[Mono-bugs] [Bug 69959][Min] New - IHttpHandler.IsReusable is being ignored
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Nov 2004 12:22:04 -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 juraj@hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=69959
--- shadow/69959 2004-11-27 12:22:04.000000000 -0500
+++ shadow/69959.tmp.8875 2004-11-27 12:22:04.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 69959
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: FC2
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: juraj@hotfeet.ch
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: IHttpHandler.IsReusable is being ignored
+
+A IHttpHandler is being recreated on every request, even when IsReusable is
+true.
+
+IHttpHandlerFactories also are being recreated on every request.