Bug 144106 - Wrong links are shown when URL contains encoded %c3%a6r characters
Summary: Wrong links are shown when URL contains encoded %c3%a6r characters
Status: RESOLVED UNMAINTAINED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 00:12 UTC by Öyvind Saether
Modified: 2017-01-07 22:33 UTC (History)
1 user (show)

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 Öyvind Saether 2007-04-12 00:12:35 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 4.1.1 
OS:                Linux

Original link in a RSS feed like /2007/04/08/tur-i-ufyselig-v%c3%a6r/

is shown as /2007/04/11/overværsøk/ in Kakregator, so visiting the link as displayed will give a 404 at the site you're visiting. Encoded chars like %c3 within the URL should be kept intact, not transformed (Kakregator really shouldn't try to change the URL given in the RSS feed at all?)
Comment 1 Russ Tennant 2009-02-20 22:32:15 UTC
I've also run into this problem during development. It re-encodes the URL which causes issues accessing the URL.

For example,

URL as present in LINK tag:

http://dev-nutechpark.vipasuite.com/partial/content-type/application%2Fatom%2Bxml/news/FdxbQVIpg543,bx327,bx329,cb870?FeedType=atom_1_0

URL Akregator tries to use:

http://dev-nutechpark.vipasuite.com/partial/content-type/application%252Fatom%252Bxml/news/FdxbQVIpg543,bx327,bx329,cb870%3FFeedType=atom_1_0

Since there is no longer a query part to the URL because the question mark was escaped, the "Akregator" URL isn't valid.
Comment 2 Denis Kurz 2016-09-24 19:41:10 UTC
This bug has only been reported for versions before 4.14, which have been unsupported for at least two years now. Can anyone tell if this bug still present?

If noone confirms this bug for a Framework-based version of akregator (version 5.0 or later, as part of KDE Applications 15.08 or later), it gets closed in about three months.
Comment 3 Denis Kurz 2017-01-07 22:33:40 UTC
Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input.