[Webkit-unassigned] [Bug 49525] IE9 Flickr Explorer infinitely reloads, eventually crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 15 10:37:30 PST 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|IE9 Flickr Explorer         |IE9 Flickr Explorer
                   |Infinitely Reloads          |infinitely reloads,
                   |                            |eventually crashes
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-11-15 10:37:30 PST ---
This looks like correct behavior. Indeed, <http://ie.microsoft.com/testdrive/Performance/10FlickrExplorer/Default.html> redirects to <http://ie.microsoft.com/testdrive/Performance/10FlickrExplorer> with an HTML META, which then redirects to <http://ie.microsoft.com/testdrive/Performance/10FlickrExplorer/> with an HTTP header, which redirects back to <http://ie.microsoft.com/testdrive/Performance/10FlickrExplorer>, causing an infinite loop. Unlike a pure HTTP redirect infinite loop, it's not supposed to be detected and stopped.

I'm seeing the same in Firefox. Does this not happen in IE?

The crash seems more of a concern, but given that it doesn't seem to affect nightlies (and I couldn't reproduce it in Safari/WebKit 5.0.2 either), I'm going to close the bug.

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