[Mono-bugs] [Bug 76013][Nor] Changed - Keys from Cookie and from
URL in HTTP Get Request are merged
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 8 17:27:06 EDT 2005
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 kornelpal at hotmail.com.
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 matthiasf at voelcker.com 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 matthiasf at voelcker.com 2005-09-08 07:14 -------
Behavior is not compatible with Microsoft Framework.
+
+------- Additional Comments From kornelpal at hotmail.com 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.
More information about the mono-bugs
mailing list