Bug 37101

Summary: [Qt] Handle redirection recursions across multiple pages
Product: WebKit Reporter: Robert Hogan <robert>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal Keywords: Qt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

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.