[Mono-bugs] [Bug 81333][Nor] Changed - HttpCookie.Values.ToString() different from MS [w/ fix]

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Apr 7 11:52:22 EDT 2007


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 mmorano at mikeandwan.us.

http://bugzilla.ximian.com/show_bug.cgi?id=81333

--- shadow/81333	2007-04-07 11:49:35.000000000 -0400
+++ shadow/81333.tmp.29582	2007-04-07 11:52:22.000000000 -0400
@@ -87,6 +87,11 @@
 +                               }
 +                               if (value == null)
 +                                       value = string.Empty;
  
                                 base.Set (name, value);
                         }
+
+------- Additional Comments From mmorano at mikeandwan.us  2007-04-07 11:52 -------
+Created an attachment (id=19020)
+test case - shows cookie values - run on ms to compare
+


More information about the mono-bugs mailing list