Bug 107641

Summary: doesn't properly decode URIs in <link> tags
Product: [Applications] akregator Reporter: Rafał Rzepecki <divided.mind>
Component: akregator konqueror pluginAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***