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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 6 09:47:52 PDT 2008


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





------- Comment #2 from jubal-webkit at cheeze.org  2008-04-06 09:47 PDT -------
(simplified test case)

The URL calls an IFRAME that points to another site's page:

  <iframe src="http://otherdomain.com/B.html"></iframe>

On that other site's page, there is some JavaScript:

    <script type="text/javascript">
    if (top.location.host != "http://somedomain.com/A.html")
    top.location.href="http://somedomain.com/A.html";
    </script>

In r31667, going to http://somedomain.com/A.html will load the IFRAME, which in
turn checks if the URL location is in fact http://somedomain.com/A.html, and
failing that check, loads that URL.

In FF2/Mac the original URL works fine but the test reduction above doesn't. In
Safari both fail.


-- 
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