[Mono-bugs] [Bug 65874][Min] Changed - CookieContainer.GetCookies incomplete

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 15:51:51 -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=65874

--- shadow/65874	2004-09-13 14:02:56.000000000 -0400
+++ shadow/65874.tmp.7068	2004-09-13 15:51:51.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 65874
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Minor
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: lewing@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: CookieContainer.GetCookies incomplete
@@ -20,6 +20,10 @@
 copies every cookie on the CookieContainer into the CookieCollection.  From
 the MS docs I would think that only the Cookies that apply to the giver URL
 should be copied.
 
 The various cookie rfc also specify how to resolve multiple cookies that
 apply to the same url.
+
+------- Additional Comments From gonzalo@ximian.com  2004-09-13 15:51 -------
+Right.
+I'm setting this to low prio., but really need to look at it.