Bug 107641 - doesn't properly decode URIs in <link> tags
Summary: doesn't properly decode URIs in <link> tags
Status: RESOLVED DUPLICATE of bug 105210
Alias: None
Product: akregator
Classification: Applications
Component: akregator konqueror plugin (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-18 10:02 UTC by Rafał Rzepecki
Modified: 2005-06-23 20:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Rzepecki 2005-06-18 10:02:46 UTC
Version:           unknown (using KDE 3.4.0, Gentoo)
Compiler:          gcc version 3.4.3-20050110 (Gentoo Hardened Linux 3.4.3.20050110, ssp-3.4.3.20050110-0, pie-8.7.7)
OS:                Linux (i686) release 2.6.11-gentoo-r7

Akregator plugin for Konqueror doesn't correctly decode entities in URIs found in <link> tags of document header. In fact, it seems it doesn't decode them at all.

For an example, take a look at http://marcoos.jogger.pl/

There in header you can find
<link rel="alternate" type="application/rss+xml" title="marcoos.blog RSS - nagłówki" href="http://marcoos.jogger.pl/syndication.php?format=rss&amp;count=50&amp;jid=marcoos@jabberpl.org" />

Akregator should properly decode entities in the URI before using it, so it should become http://marcoos.jogger.pl/syndication.php?format=rss&count=50&jid=marcoos@jabberpl.org

This is not done, and the feed imported into Akregator has wrong URI, with ``&amp;''s in place of ``&''s.
Comment 1 Heinrich Wendel 2005-06-23 20:41:19 UTC

*** This bug has been marked as a duplicate of 105210 ***