Bug 24013
| Summary: | redirection loop is formed at some web sites | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jungshik Shin <jshin> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Jungshik Shin
From Chromium bug 5443 (http://crbug.com/5443):
What steps will reproduce the problem?
1. Go to http://www.millenet.pl (an internet banking website);
2. In the "Enter MilleKod" field, enter any 8-digit number (e.g.,
12345678);
3. Press Enter or click any of the two buttons below.
What is the expected result?
You should be presented with the page where you enter your internet banking
credentials.
What happens instead?
You receive a Redirect Loop error.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Roman
Closing this bug as it is not specifically a WebKit problem.
The site is doing user agent detection, and getting itself caught in a loop for non IE/Firefox/Opera user agents.
Safari and Chromium do fine if you fake the user agent.