[Mono-bugs] [Bug 65874][Min] Changed - Need more checks on incoming cookies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 17:05:37 -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 15:51:51.000000000 -0400
+++ shadow/65874.tmp.9565	2004-09-13 17:05:37.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: lewing@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: CookieContainer.GetCookies incomplete
+Summary: Need more checks on incoming cookies
 
 by my reading it looks like the current GetCookies implementaion simply
 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.