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 114632 - GnomeVFS Does Not Support HTTP Cookies
GnomeVFS Does Not Support HTTP Cookies
Status: RESOLVED WONTFIX
Product: gnome-vfs
Classification: Deprecated
Component: Module: http
cvs (head)
Other All
: Normal normal
: 2.6
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-07 14:20 UTC by Rodney Dawes
Modified: 2005-02-09 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement shared cookies via libelysium's ECookies object (4.11 KB, patch)
2003-06-08 21:51 UTC, Rodney Dawes
none Details | Review

Description Rodney Dawes 2003-06-07 14:20:43 UTC
GnomeVFS needs to transparently support HTTP cookies so that all applications using the
library will support them. I have made a small patch to gnome-vfs to make the http module
use the shared cookies code that I am writing in libelysium. I will attach that patch here as
soon as I release a new version of libelysium which has this code. Maybe we want to look at
moving this code into gnome-vfs itself, and having it be a public API so other non-gnome-vfs
applications can share the cookies db.
Comment 1 Rodney Dawes 2003-06-08 21:51:04 UTC
Created attachment 17327 [details] [review]
Patch to implement shared cookies via libelysium's ECookies object
Comment 2 Elijah Newren 2003-06-14 22:08:54 UTC
Adding PATCH keyword and setting priority to high because of the patch.
Comment 3 Christian Kellner 2005-02-09 09:53:01 UTC
I don't think I acutally wanna support cookies transparently in gnome-vfs.
gnome-vfs http/dav methods primary goal is not beeing a library for browsers but
accessing files and folders through dav/http. If you need a http library you
better use libsoup or something similar.
On the other hand if your application really needs cookies support you already
can do it with the send-additional-headers/received-headers callback in gnome-vfs.