[Webkit-unassigned] [Bug 82830] [BlackBerry] Parsed Cookie's m_hasDefaultDomain is not needed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 19:50:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82830





--- Comment #5 from Jason <jason.liu at torchmobile.com.cn>  2012-04-04 19:50:43 PST ---
(In reply to comment #3)
> I think instead of removing the check entirely it should be replaced with an ASSERT.

If domain is set to host as a default, it will not begin with ".".
We don't need to check for this kind of domain.
So I am not sure if we should add ASSERT to check. And It is hard to add ASSERT since we don't need to check all the time. More other codes are needed for adding ASSERT.


> Also, is there a layouttest that makes sure malformed domains are rejected?

There is not a test as you said. I will try to write this test case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list