[Mono-bugs] [Bug 68956][Wis] Changed - HttpWebResponse.cs does not work if cookie has trailing ; in values

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 30 Oct 2004 23:19:18 -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 dvandorp@gmail.com.

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

--- shadow/68956	2004-10-30 19:54:42.000000000 -0400
+++ shadow/68956.tmp.24159	2004-10-30 23:19:18.000000000 -0400
@@ -54,6 +54,15 @@
 name_value.Length, ref pos);
 +                                if (name_value == "")
 +                                        continue;
                                 if (cookie == null) {
                                         cookie = new Cookie (name, value);
                                         continue;
+
+------- Additional Comments From dvandorp@gmail.com  2004-10-30 23:19 -------
+For example a cookie of the following format fails because of the ';'
+after /qa/ 
+
+
+Set-Cookie:
+roundup_session_Rounduptesttracker=MTAQyMi44MjAuMTkyMDA3NzIyOTE0;
+expires=Mon, 01-Nov-2004 02:40:22 GMT; Path=/qa/;