WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 11085
12447
looks for default favicon.ico on different port from current site
https://bugs.webkit.org/show_bug.cgi?id=12447
Summary
looks for default favicon.ico on different port from current site
nerkles
Reported
2007-01-27 18:09:45 PST
I don't have a ready-made test for you, but here is the situation: I have a TurboGears project running on port 8080. It shows up in the list of Bonjour sites. When I go to my TurboGears site via the bonjour URL (e.g.
http://mymac.local.:8080/
), webkit won't finish loading the page until it times out because it's trying to get
http://mymac.local./favicon.ico
on port 80, not 8080, and there is no server on port 80 at that URL. (Note the page I'm loading does NOT specify a favicon link at all, so this is presumably default behavior.) It seems like it should look for a favicon at the root of the same port as the page that is being loaded if one isn't specified in the HTML.
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Lilek
Comment 1
2007-01-27 18:27:03 PST
*** This bug has been marked as a duplicate of
11085
***
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