Bug 37101
| Summary: | [Qt] Handle redirection recursions across multiple pages | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Hogan <robert> |
| Component: | WebKit Qt | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |