[Webkit-unassigned] [Bug 8779] Images in Atom feeds not loading: shows as unknown error (NSURLErrorDomain:-1)
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun May 14 00:22:40 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8779
ap at nypop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
Summary|Image not loading: shows |Images in Atom feeds not
|as unknown error |loading: shows as unknown
|(NSURLErrorDomain:-1) |error (NSURLErrorDomain:-1)
------- Comment #3 from ap at nypop.com 2006-05-14 00:22 PDT -------
Here is what I observe at <feed://camelspit.org/feed/atom/>:
1. When opening it for the first time, images don't load, because they are
referenced via the feed:// scheme.
2. Reloading the page makes the images load correctly, using http:// scheme.
3. The scheme is different because the base URL of the document is different,
so relative URLs are completed differently.
4. There are many differences in the page source between the first and
subsequent loads. What affects image loading is that the base URL is empty the
first time: <base href="">! On the second load, it becomes correct <base
href="http://camelspit.org">.
AFAICT, this HTML comes from a closed source Syndication framework, so I'm
closing this bug as INVALID. Please report it via <http://bugreport.apple.com>,
so that the Apple engineers responsible for Syndication could handle it. Of
course, please reference this bug in the new report.
--
Configure bugmail: http://bugzilla.opendarwin.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