After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332276 - Weather calendar can't retrieve data through proxy
Weather calendar can't retrieve data through proxy
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.6.x
Other All
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks: 327508
 
 
Reported: 2006-02-23 05:40 UTC by Jeff Cai
Modified: 2013-09-13 00:53 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Set a http proxy for soup session. (2.82 KB, patch)
2006-02-23 05:57 UTC, Jeff Cai
none Details | Review
Set a http proxy for soup session (2.90 KB, patch)
2006-02-23 06:42 UTC, Jeff Cai
none Details | Review

Description Jeff Cai 2006-02-23 05:40:43 UTC
Please describe the problem:
Although the global http proxy has been set, weather calendar can't get data
through the proxy.

Steps to reproduce:
1. Switch to Calendars View.
2. Right click "Personal" under "On This Computer" in the left window.
3. Click "New Calendar".
4. Select "Weather" Type.
5. Type calendar name and Select a "Location" city and Click OK.
Now, a new weather calendar is created.


Actual results:
The new weather calendar can't get data.

Expected results:
The weather data can be retrieved and the weather info can be showed.

Does this happen every time?
Yes.

Other information:
Comment 1 Jeff Cai 2006-02-23 05:57:50 UTC
Created attachment 59981 [details] [review]
Set a http proxy for soup session.
Comment 2 Jeff Cai 2006-02-23 06:42:15 UTC
Created attachment 59982 [details] [review]
Set a http proxy for soup session

Calendar weather data will be retrieved by libsoup in http protocol.
But it doesn't support getting data through proxy now.
The patch does the following work:
When a new soup session is created, read system proxy configuration
and set a proxy on the soup session.
Comment 3 André Klapper 2006-02-23 12:17:20 UTC
we should get this into 2.6 and a patch is available.
targetting.
Comment 4 Harry Lu 2006-03-02 02:25:04 UTC
Patch committed into CVS HEAD.
Jeff, please close this bug as fixed.