[Mono-bugs] [Bug 81330][Nor] Changed - HttpCookie.Values.ToString() different from ms.net [w/ fix]

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Apr 7 00:43:51 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=81330

--- shadow/81330	2007-04-07 00:39:27.000000000 -0400
+++ shadow/81330.tmp.17309	2007-04-07 00:43:51.000000000 -0400
@@ -96,6 +96,11 @@
 -                               base.Set (name, value);
 +                               base.Set (HttpUtility.UrlEncode(name),
 HttpUtility.UrlEncode(value));
                         }
                 }
         }
+
+------- Additional Comments From mmorano at mikeandwan.us  2007-04-07 00:43 -------
+Created an attachment (id=19016)
+test case - shows ability to round trip and output similarity w/ ms
+


More information about the mono-bugs mailing list