[#7424]: Fix regression in same-origin-check for Cookies.
authorMartin Baulig <martin.baulig@xamarin.com>
Thu, 27 Sep 2012 01:59:18 +0000 (03:59 +0200)
committerMartin Baulig <martin.baulig@xamarin.com>
Thu, 27 Sep 2012 02:07:38 +0000 (04:07 +0200)
commitf7cf18e47fefa1da5a992baa2d2d98aff817abf3
treefbda9da296528ecd627def05ef68d78ae71f93c0
parente094d3dc0cf186f1de32d5340d847dc18aeca0e2
[#7424]: Fix regression in same-origin-check for Cookies.

Disable same-origin checks when the cookie does not have a domain
and we default to the Uri's hostname.
mcs/class/System/System.Net/Cookie.cs
mcs/class/System/System.Net/CookieContainer.cs
mcs/class/System/System.Net/HttpWebResponse.cs