[Mono-bugs] [Bug 62744][Nor] Changed - Only the last cookie sent from a remote HTTP server is available via HttpWebRequest.Cookies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 16 Aug 2004 13:47:02 -0400 (EDT)


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=62744

--- shadow/62744	2004-08-13 13:31:15.000000000 -0400
+++ shadow/62744.tmp.21140	2004-08-16 13:47:01.000000000 -0400
@@ -201,6 +201,12 @@
 				base.Remove (name);
 
 				base.Set (name, value);	
 
 			}
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-08-16 13:47 -------
+Splitting the value using a comma will get you in trouble.
+What does MS do if a server replies with 2 "Host" headers? If they do
+something smart with it, will do the same. Anyway, that would be
+another bug report, not this one.