Bug 12514 - RSS-Feeds on non-http-URL do not work
Summary: RSS-Feeds on non-http-URL do not work
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 15:11 PST by Daniel Höpfl
Modified: 2008-02-28 12:37 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Höpfl 2007-01-31 15:11:53 PST
For RSS-Files that are on servers that do not use http (e.g. https-only server or file:-URLs) can not be used in the RSS-view.

Safari should use the URL of the <link>-Tag without modifying it to the feed:-protocol.

Related to Bug #10732?
Comment 1 David Kilzer (:ddkilzer) 2007-01-31 15:22:30 PST
Or it should use a "feeds" protocol, which would signify a feed on SSL.

Comment 2 Daniel Höpfl 2007-02-01 03:29:46 PST
(In reply to comment #1)
> Or it should use a "feeds" protocol, which would signify a feed on SSL.

This would fix https but not the other protocols.

The feed URI scheme draft allows to use absolute URIs behind the feed:-protocol specifier: feed:gopher://example.com/rss
Comment 3 Robert Blaut 2008-02-27 13:19:05 PST
I've tested in the latest Webkit r30595 this RSS feed:https://secure3.silverorange.com/rsstest/rss_with_ssl.xml and also downloaded file:  feed:file:///Users/user/Downloads/rss_with_ssl.xml 

I found no problem. The RSS is displayed. So WORKSFORME.
Comment 4 David Kilzer (:ddkilzer) 2008-02-28 12:37:02 PST
(In reply to comment #1)
> Or it should use a "feeds" protocol, which would signify a feed on SSL.

No, it should not.  See Comment #3.