[Mono-bugs] [Bug 65865][Maj] New - HttpWebResponse case converts cookie names
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 13:16:47 -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=65865
--- shadow/65865 2004-09-13 13:16:47.000000000 -0400
+++ shadow/65865.tmp.2948 2004-09-13 13:16:47.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 65865
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Security
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lewing@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: HttpWebResponse case converts cookie names
+
+SplitValue used in SetCookie in HttpWebResponse converts cookie names to
+upper case. This breaks several cgi scripts and does not conform to what
+the browsers I've tested do.