WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
81215
Infinite browser loop via Refresh headers
https://bugs.webkit.org/show_bug.cgi?id=81215
Summary
Infinite browser loop via Refresh headers
Niels Heinen
Reported
2012-03-15 06:41:17 PDT
Refresh headers allow browser redirection but unlike 3xx redirects, there is no limit. This can cause infinite loops when two servers give responses where the Redirect headers point to each other. HTTP/1.0 200 OK Refresh: 0; url=
http://server2
HTTP/1.0 200 OK Refresh: 0; url=
http://server1
The loops suck CPU and some screen flickering so --> not the most user-friendly ;-) Perhaps it can be considered enforce a maximum Refresh limit in order to counter these loops? Niels
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug