Bug 14582

Summary: Non-FQDN Atom/RSS link causes error
Product: WebKit Reporter: Duncan Ferguson <duncan_j_ferguson>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: webkit
Priority: P3 Keywords: InRadar
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   

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.