Comment 1 for bug 623122

Revision history for this message
Keyvan (keyvan) wrote :

Thank you for the report.

I've looked into this and should have a solution soon. I'd avoided rewriting relative URLs because it should really be something handled by feed readers. I'd assumed relative URLs would be resolved against the item URL but it appears that there's not very much in the spec about this problem. You might be interested in these two (fairly old) posts:

http://intertwingly.net/blog/1314.html
http://cyber.law.harvard.edu/rss/relativeURI.html

I think in the next update I'll turn these relative URLs into full URLs using the item URL as base.

Thanks for the report!