Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't recognize atom:link element with no rel attribute #1382

Closed
ed-davies opened this issue Sep 22, 2024 · 1 comment
Closed

Doesn't recognize atom:link element with no rel attribute #1382

ed-davies opened this issue Sep 22, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@ed-davies
Copy link

ed-davies commented Sep 22, 2024

If an Atom feed entry element contains a link element without a rel attribute Liferea seems not to recognize it as rel="alternate" despite RFC 4287 4.2.7.2 saying:

atom:link elements MAY have a "rel" attribute that indicates the link relation type. If the "rel" attribute is not present, the link element MUST be interpreted as if the link relation type is "alternate".

An example of such a feed is: https://justine.smithies.me.uk/atom.xml which contains elements such as

<link href="void-linux-with-encrypted-root-on-zfs.html"/>

Right clicking on this item and selecting “Open in external browser” results in a “This item has no link specified” dialog box.

dialog box

This is with Liferea 1.14.4 in Debian Stable. I tried to install a more recent version of Liferea on a test system but see issue #1381.

@lwindolf
Copy link
Owner

Thanks for reporting I've fixed it accordingly.

@lwindolf lwindolf added this to the 1.15.8 milestone Sep 25, 2024
@lwindolf lwindolf self-assigned this Sep 25, 2024
@lwindolf lwindolf added the bug label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants