[Mono-bugs] [Bug 65864][Maj] New - Cookies incorrectly include path and domain information in requests
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 13:04:11 -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=65864
--- shadow/65864 2004-09-13 13:04:11.000000000 -0400
+++ shadow/65864.tmp.2587 2004-09-13 13:04:11.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 65864
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lewing@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cookies incorrectly include path and domain information in requests
+
+when making an HttpWebRequest with cookies that include path and domain
+information the path and domain are included in the request. It is pretty
+clear from the spec that this should not be the case and the extra
+information breaks the cookie parsing on the server side.