From 7aca0d40a359e0b9b31b7dc9327dba76da51c85c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 21 Jan 2016 08:40:14 +0000 Subject: Compose relative URLs in RSS feeds correctly If the relative link from the (page generating the) RSS to the target would start with "./" or "../", just concatenating it with the URL to the directory containing the RSS is not sufficient. Go via URI::new_abs to fix this. --- doc/bugs/rss_output_relative_links.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/bugs/rss_output_relative_links.mdwn') diff --git a/doc/bugs/rss_output_relative_links.mdwn b/doc/bugs/rss_output_relative_links.mdwn index ff607cbb3..7a2e4d12b 100644 --- a/doc/bugs/rss_output_relative_links.mdwn +++ b/doc/bugs/rss_output_relative_links.mdwn @@ -1,3 +1,5 @@ RSS output contains relative links. Ie. http://kitenet.net/~joey/blog/index.rss contains a link to http://kitenet.net/~joey/blog/../blog.html + +> Finally [[done]] for the first release of 2016. --[[smcv]] -- cgit v1.2.3