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 522985 - Proxy support in http/webdav
Proxy support in http/webdav
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: http backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
: 549278 (view as bug list)
Depends on: 522984
Blocks:
 
 
Reported: 2008-03-17 15:10 UTC by Christian Kellner
Modified: 2008-12-11 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proxy support via SoupProxyResolverGNOME (2.80 KB, patch)
2008-11-25 16:41 UTC, Dan Winship
committed Details | Review

Description Christian Kellner 2008-03-17 15:10:10 UTC
Summary says it all.
Comment 1 Dan Winship 2008-11-25 16:41:26 UTC
Created attachment 123371 [details] [review]
proxy support via SoupProxyResolverGNOME

not actually tested, but it should work. if you wanted, you could make libsoup-gnome usage conditional and fall back to plain libsoup if it's not available (and just put #ifdefs around the proxy resolver bits).

The s/soup_logger_attach/soup_session_feature_add/ bit is correct either way; soup_logger_attach() was already marked deprecated as of 2.24.0.
Comment 2 Dan Winship 2008-12-10 14:29:53 UTC
*** Bug 549278 has been marked as a duplicate of this bug. ***
Comment 3 Dan Winship 2008-12-10 14:32:32 UTC
Would be nice if this could get committed for 2.25.3 (Monday). If you want, I can redo the patch to be conditional, to still allow building against stable libsoup.
Comment 4 Christian Kellner 2008-12-11 18:49:52 UTC
Nice! Ship it! Wait, commit it first! ;-)
Comment 5 Dan Winship 2008-12-11 19:28:35 UTC
committed