[Mono-bugs] [Bug 386727] CookieContainer doesn't produce a valid cookie header

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 5 10:52:07 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=386727

User djodjo at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=386727#c1





--- Comment #1 from Frédéric Hoguin <djodjo at gmail.com>  2008-05-05 08:52:06 MST ---
I could solve the bug by simply replacing line 243 of CookieContainer.cs :
result.Append (';');

By : 
result.Append ("; ");

(file mcs/class/System/System.Net/CookieContainer.cs)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list