[Mono-bugs] [Bug 53387][Nor] Changed - object tags in global.asax don't get executed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jan 2004 17:47:06 -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=53387

--- shadow/53387	2004-01-28 07:54:22.000000000 -0500
+++ shadow/53387.tmp.21919	2004-01-28 17:47:06.000000000 -0500
@@ -42,6 +42,14 @@
 page opens normally, sf exists. 
 
 How often does this happen? 
 always
 
 Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-28 17:47 -------
+The first part of the fix is done. Now we create accessors global.asax
+declared objects in the application class and, for session and
+application scope, in pages and controls.
+
+Still need to initialize the static objects that are later retrieved
+through some of this accessors.