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 674115 - glib-pacrunner does not support local pac files
glib-pacrunner does not support local pac files
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-04-14 20:14 UTC by Chow Loong Jin
Modified: 2012-04-23 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to check for file:// before dropping to wpad:// (935 bytes, patch)
2012-04-14 20:24 UTC, Chow Loong Jin
none Details | Review

Description Chow Loong Jin 2012-04-14 20:14:42 UTC
Also filed at https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/981856:

When using a local pac file via file:///path/to/pac-file.pac, glib-pacrunner falls back upon wpad://, thus using either a wrongly-obtained pac file via wpad, or not being able to find a pac file to run in the first place.

This causes issues with Liferea's Webkit-based HTML-view, and probably a couple of other applications I haven't noticed as well.
Comment 1 Chow Loong Jin 2012-04-14 20:24:17 UTC
Created attachment 212060 [details] [review]
Patch to check for file:// before dropping to wpad://
Comment 2 Dan Winship 2012-04-23 20:18:23 UTC
fixed in git. thanks