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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=421827#c1


Gert Driesen <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Gert Driesen <[EMAIL PROTECTED]>  2008-09-03 11:15:10 MDT 
---
This issue here is that the cookie contains a domain without a lead dot.

According to rfc2109 [1], an explicitly specified domain should always start
without a dot.

However, both .NET, Internet Explorer and FireFox seem to allow a domain
without a leading dot.

In CookieContainer.CheckDomain, we filter out cookies that have a domain
without a leading dot.

Another difference is that we consider the cookie a match if the domain is the
same as the host, while .NET ignores the cookie in that case.

I've attached a small repro that shows the difference in behavior.

[1] HTTP State Management Mechanism
    http://www.w3.org/Protocols/rfc2109/rfc2109


-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to