Bug 154055

Summary: Plasma comic applet not using http proxy server
Product: [Plasma] plasma4 Reporter: Luiz Angelo De Luca <luizluca>
Component: widget-comicAssignee: Tobias Koenig <tokoe>
Status: RESOLVED FIXED    
Severity: normal CC: grundleborg
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: use KIO::StoredTransferJob instead of QHttp

Description Luiz Angelo De Luca 2007-12-14 20:44:40 UTC
Version:           desconhecido (using KDE 3.97.00 (KDE 4.0 RC2), compiled sources)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.22.13-0.3-default

Comic applet ignores proxy config and try to connect directly to the server

15	155.736512	10.9.8.17	66.96.26.212	TCP	34389 > 80 [SYN] Seq=0 Len=0 MSS=1460 TSV=213664700 TSER=0 WS=7
Comment 1 Aaron J. Seigo 2007-12-16 19:37:31 UTC
this is because they use QHttp rather than anything that listens to the KDE settings.
Comment 2 Jason Stubbs 2007-12-21 14:19:07 UTC
Not playground but extragear..
Comment 3 George Goldberg 2008-07-05 08:12:51 UTC
Confirming this bug with svn trunk r827914.
Comment 4 Ambroz Bizjak 2008-07-30 17:12:27 UTC
Created attachment 26505 [details]
use KIO::StoredTransferJob instead of QHttp

This should fix the bug.
Comment 5 Tobias Koenig 2008-08-26 15:22:30 UTC
Hej,

in SVN trunk, the comic provider use KIO::StoredTransferJob now and therefor
should make use of the global KDE proxy settings.

Ciao,
Tobias