Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Article url with XML escaped query parameters fails to load #35

@mappu

Description

@mappu

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 &amp;. e.g. <link>http://www.phoronix.com/scan.php?page=news_item&amp;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&amp;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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions