[Mono-bugs] [Bug 65868][Maj] New - cookie case handled inconsistantly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 13:25:50 -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=65868
--- shadow/65868 2004-09-13 13:25:50.000000000 -0400
+++ shadow/65868.tmp.3259 2004-09-13 13:25:50.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 65868
+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: cookie case handled inconsistantly
+
+HttpWebResponse calls ToUpper on cookie names, Cookie.Equals does a case
+insensitive compare of the name string, but CookieCollection does a case
+sensitive comparison of the cookie name when using the [string] accessor.