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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76013 --- shadow/76013 2005-09-08 07:14:55.000000000 -0400 +++ shadow/76013.tmp.24347 2005-09-08 17:27:06.000000000 -0400 @@ -70,6 +70,20 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-09-08 05:23 ------- This can not be the expected behavior since it is working as I expect it on MS .NET and IIS. ------- Additional Comments From [EMAIL PROTECTED] 2005-09-08 07:14 ------- Behavior is not compatible with Microsoft Framework. + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-08 17:27 ------- +You are correct regarding MS.NET behaviour, sorry for closing the +bug. I think however that MS.NET implementation is stupid and the +expected behaviour is what Mono does. But we have to follow MS.NET +behaviour for compatibility. + +The difference is that MS.NET uses a different algorythm for Items +than for Params. + +I'll post a patch to the list soon. + +But I strongly recommend you to use Request.Cookies["User"] instead +of Request["User"] if you need the value of a cookie. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
