Bug 172845

Summary: Akregator shows raw html
Product: [Applications] akregator Reporter: Vitalie Lazu <vitalie.lazu>
Component: feed parserAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: osterfeld
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: file with saved rss
Good render for feed item
Bad render

Description Vitalie Lazu 2008-10-15 10:42:48 UTC
Version:           1.3.1 (using 4.1.2 (KDE 4.1.2), Debian packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.26-1-amd64

RSS url: https://www.assembla.com/spaces/new_items/b6nRoCPC0r2Oq0aaeP0Qfc.rss

Google reader and akregator from kde 3.5.X show the feed items html,
but from kde 4.1.2 it displays some time raw html, after 1-2 days it inserts new items well formated. 

Check attachments.
Comment 1 Vitalie Lazu 2008-10-15 10:49:51 UTC
Created attachment 27892 [details]
file with saved rss
Comment 2 Vitalie Lazu 2008-10-15 10:50:40 UTC
Created attachment 27893 [details]
Good render for feed item
Comment 3 Vitalie Lazu 2008-10-15 10:51:02 UTC
Created attachment 27894 [details]
Bad render
Comment 4 Frank Osterfeld 2008-10-15 11:25:32 UTC
SVN commit 871605 by osterfeld:

add assembla.com test case
CCBUG: 172845


 A             assembla.xml  


WebSVN link: http://websvn.kde.org/?view=rev&revision=871605
Comment 5 Frank Osterfeld 2008-10-19 20:52:51 UTC
SVN commit 873588 by osterfeld:

Don't require the number of "<" match the number of ">" (">" can occurr unescaped)
Works both with the test suite and my personal feeds
BUG:172845
BUG:170318
BUG:168864


 M  +8 -6      tools.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=873588
Comment 6 Frank Osterfeld 2008-10-19 20:54:27 UTC
SVN commit 873590 by osterfeld:

backport: don't require < count match > count to consider string as HTML 
CCBUG:172845
CCBUG:170318
CCBUG:168864


 M  +8 -6      tools.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=873590