[Mono-bugs] [Bug 69959][Min] Changed - IHttpHandler.IsReusable is being ignored

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Nov 2004 12:25:23 -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:23:02.000000000 -0500
+++ shadow/69959.tmp.8948	2004-11-27 12:25:23.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69959
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: FC2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: juraj@hotfeet.ch               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -22,6 +22,10 @@
 IHttpHandlerFactories also are being recreated on every request.
 
 ------- Additional Comments From juraj@hotfeet.ch  2004-11-27 12:23 -------
 Created an attachment (id=13328)
 proposed patch: handlercache.patch
 
+
+------- 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.