[Mono-bugs] [Bug 62890][Min] Changed - System.Net.Cookie default constructor fails to set Name property as empty

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Aug 2004 17:53:19 -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=62890

--- shadow/62890	2004-08-11 16:58:08.000000000 -0400
+++ shadow/62890.tmp.27080	2004-08-11 17:53:19.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 62890
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mauricioc@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,10 @@
 Cookie c = new Cookie();
 
 ------- Additional Comments From mauricioc@gmail.com  2004-08-11 16:58 -------
 Created an attachment (id=9030)
 Proposed patch
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-08-11 17:53 -------
+Fixed in CVS HEAD.
+I will merge to 1.0 in a week.