[Webkit-unassigned] [Bug 17627] Endless reloads on http://space.cweb.nl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 6 23:09:12 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17627





------- Comment #5 from ap at webkit.org  2008-04-06 23:09 PDT -------
This code is definitely broken - location.host doesn't return the complete URL
in either Safari or Firefox. The reason the page doesn't misbehave in Firefox
is that an exception is raised for an attempt of cross-domain access to
top.location.host, so the test is simply bypassed. In WebKit, an undefined
value is returned for this attempt, and no exception is raised.


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



More information about the webkit-unassigned mailing list