http://bugzilla.novell.com/show_bug.cgi?id=421827
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=421827#c11 Gert Driesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #11 from Gert Driesen <[email protected]> 2009-05-17 09:26:34 MDT --- I've done some more tests, and apparently MS only returns cookies without a leading dot in the domain name if the host name exactly matches that domain name. Another difference between Mono and MS is that we always include $Domain in the generated cookie header (for cookies that conform to RFC 2109), while MS only does this if the host name differs from the domain name. Let me know if you want me to submit a separate bug report for this. I've added a bunch more tests to CookieContainerTest, some of which fail because of these issues. These are currently marked NotWorking. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
