Bug 154055 - Plasma comic applet not using http proxy server
Summary: Plasma comic applet not using http proxy server
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-comic (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Koenig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-14 20:44 UTC by Luiz Angelo De Luca
Modified: 2008-08-26 15:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
use KIO::StoredTransferJob instead of QHttp (30.12 KB, patch)
2008-07-30 17:12 UTC, Ambroz Bizjak
Details

Note You need to log in before you can comment on or make changes to this bug.
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