Closed mappu closed 7 years ago
Hi,
For this RSS feed: https://www.phoronix.com/rss.php inside FreshRSS
You can see that the link attributes use HTML/XML escaping, which transforms & parameters in the URL into &. e.g. <link>http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400</link>
link
&
&
<link>http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400</link>
In EasyRSS, viewing the link for this page opens the literal URL http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400 ... which is invalid and so the website redirects to the homepage.
EasyRSS must perform HTML/XML entity decoding more correctly.
Using EasyRSS 0.6.08 from F-Droid.
Should be fixed on FreshRSS side in https://github.com/FreshRSS/FreshRSS/pull/1686
Hi,
For this RSS feed: https://www.phoronix.com/rss.php inside FreshRSS
You can see that the
link
attributes use HTML/XML escaping, which transforms&
parameters in the URL into&
. e.g.<link>http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400</link>
In EasyRSS, viewing the link for this page opens the literal URL http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400 ... which is invalid and so the website redirects to the homepage.
EasyRSS must perform HTML/XML entity decoding more correctly.
Using EasyRSS 0.6.08 from F-Droid.