[Webkit-unassigned] [Bug 12447] New: looks for default favicon.ico on different port from current site
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 27 18:09:46 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12447
Summary: looks for default favicon.ico on different port from
current site
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: nerkles at gmail.com
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.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list