[Mono-bugs] [Bug 65874][Nor] New - CookieContainer.GetCookies incomplete
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 14:02:56 -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 lewing@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65874
--- shadow/65874 2004-09-13 14:02:56.000000000 -0400
+++ shadow/65874.tmp.4355 2004-09-13 14:02:56.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 65874
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lewing@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CookieContainer.GetCookies incomplete
+
+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.
+
+The various cookie rfc also specify how to resolve multiple cookies that
+apply to the same url.