Bug 14582 - Non-FQDN Atom/RSS link causes error
Summary: Non-FQDN Atom/RSS link causes error
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-07-11 07:57 PDT by Duncan Ferguson
Modified: 2008-03-18 14:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan Ferguson 2007-07-11 07:57:43 PDT
When accessing a page on a site without a FQDN with an RSS/Atom link in it, 

i.e.

http://server/

clicking on the rss link in the address bar causes the brower to be redirected to

http://atom/

and generates an error "Safari can't open page http://atom/ ...."

If the server name is fully qualified (http://server.intranet/) then the rss page is fine.
Comment 1 Duncan Ferguson 2007-07-13 03:54:40 PDT
This is how the rss feed is linked into the page

<link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom" />

This works without issue in Firefox
Comment 2 Alexey Proskuryakov 2007-07-13 04:01:26 PDT
This may turn out to be a Safari issue. Since Safari is not open source, those should be reported via <http://bugreport.apple.com> (free registration required).

If you do so, please include a link to this Bugzilla report, and then post Apple's problem ID here.
Comment 3 Duncan Ferguson 2007-07-13 04:26:22 PDT
Logged as ID 5333165 on <http://bugreport.apple.com> 
Comment 4 Robert Blaut 2008-03-18 14:48:58 PDT
I cannot confirm the problem in the latest Webkit r31114 on Mac OS X 10.5. Clicking RSS icon redirects me to feed:http://localhost/~user/rss.xml and the feed is properly rendered.