GNOME Bugzilla – Bug 603825
DIsallows setting cookies for file:// URLs
Last modified: 2010-12-11 10:36:21 UTC
So, in our fixing of the crash when setting cookies when host was NULL, we enforced the URI to be "valid for HTTP". Looks like WebKit wants cookies to be set for file:// URIs, though: http://build.webkit.org/results/GTK Linux 32-bit Debug/r51710 (1491)/results.html See fast/cookies/local-file-can-set-cookies.html
So, ftp and http URIs on the same host share the same cookies... does this mean that file URIs share cookies with http://localhost/?
> So, ftp and http URIs on the same host share the same cookies... does this mean > that file URIs share cookies with http://localhost/? in Firefox at least, file:// cookies get hostname "", which I guess makes sense. Fixed in libsoup master and tested against fast/cookies/local-file-can-set-cookies. Should probably wait until the GNOME release in a week and a half before building a new libsoup package for the bots and removing the Skipped line.