[Mono-bugs] [Bug 73345][Min] Changed - Request.Params.Get(CookieName) returns type name instead of cookie value

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Mar 2005 19:48:10 -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=73345

--- shadow/73345	2005-03-09 18:10:40.000000000 -0500
+++ shadow/73345.tmp.31137	2005-03-09 19:48:10.000000000 -0500
@@ -155,6 +155,11 @@
 </html>
 
 ------- Additional Comments From gonzalo@ximian.com  2005-03-09 18:10 -------
 Fixed in SVN.
 
 Thanks for the great test case.
+
+------- Additional Comments From gonzalo@ximian.com  2005-03-09 19:48 -------
+Btw, in the test case Page_Load is called twice. If you're adding the
+delegate in Page_Init, don't call your method Page_Load or the ASP.NET
+system will add it again.