Bug 12447 - looks for default favicon.ico on different port from current site
Summary: looks for default favicon.ico on different port from current site
Status: RESOLVED DUPLICATE of bug 11085
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-27 18:09 PST by nerkles
Modified: 2007-01-27 18:27 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nerkles 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.
Comment 1 Matt Lilek 2007-01-27 18:27:03 PST

*** This bug has been marked as a duplicate of 11085 ***