RESOLVED INVALID37101
[Qt] Handle redirection recursions across multiple pages
https://bugs.webkit.org/show_bug.cgi?id=37101
Summary [Qt] Handle redirection recursions across multiple pages
Robert Hogan
Reported 2010-04-05 11:29:03 PDT
Following on from: https://bugs.webkit.org/show_bug.cgi?id=37097 We now tolerate up to 5 redirections to the same url, anything beyond that is considered a potentially infinite recursion in the redirection requests. But we also need to handle the case where recursion is across a set of pages (e.g. page1->page2->page1->page2). We need to fix for this case and test for it. This is the subject of a separate bug:
Attachments
Note You need to log in before you can comment on or make changes to this bug.