[Mono-bugs] [Bug 65865][Maj] Changed - HttpWebResponse case converts cookie names

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 15:26:41 -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=65865

--- shadow/65865	2004-09-13 13:17:25.000000000 -0400
+++ shadow/65865.tmp.6142	2004-09-13 15:26:41.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 65865
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: INVALID
 Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lewing@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -19,6 +19,10 @@
 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.
 
 ------- Additional Comments From lewing@ximian.com  2004-09-13 13:17 -------
 wrong component
+
+------- Additional Comments From gonzalo@ximian.com  2004-09-13 15:26 -------
+I just found that SplitValue method is not used at all. I'm removing
+it, but the bug report is invalid...