Bug 91741 - [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues
Summary: [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 91639
  Show dependency treegraph
 
Reported: 2012-07-19 06:47 PDT by Chris Dumez
Modified: 2012-07-19 07:52 PDT (History)
9 users (show)

See Also:


Attachments
Patch (2.57 KB, patch)
2012-07-19 06:51 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-07-19 06:47:49 PDT
We are currently using libsoup v2.39.3. Unfortunately, this version has a bug causing it to refuse cookies for non suffixed domains (e.g. localhost):
https://bugzilla.gnome.org/show_bug.cgi?id=679230

This causes some tests to fail.

Thankfully, the issue has been fixed in libsoup v2.39.4.1:

Changes in libsoup from 2.39.4 to 2.39.4.1:

	* Actually fixed cookies in non-suffixed/private domains,
          which still didn't work after the last fix. [#679230,
          Carlos]
Comment 1 Chris Dumez 2012-07-19 06:51:20 PDT
Created attachment 153251 [details]
Patch

The ewk_cookie_manager unit tests pass again after bumping libsoup to v2.9.34.1.
Comment 2 WebKit Review Bot 2012-07-19 07:52:01 PDT
Comment on attachment 153251 [details]
Patch

Clearing flags on attachment: 153251

Committed r123102: <http://trac.webkit.org/changeset/123102>
Comment 3 WebKit Review Bot 2012-07-19 07:52:08 PDT
All reviewed patches have been landed.  Closing bug.