[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
Sun, 22 Aug 2004 17:28:36 -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-16 13:47:01.000000000 -0400
+++ shadow/62744.tmp.22072	2004-08-22 17:28:36.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 62744
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Debian Unstable
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: adam@battleaxe.net               
 QAContact: mono-bugs@ximian.com
@@ -207,6 +207,9 @@
 
 ------- 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.
+
+------- Additional Comments From gonzalo@ximian.com  2004-08-22 17:28 -------
+Fixed in CVS.