Bug 119545 - [Curl] Cookie is not set when url string is unicode.
Summary: [Curl] Cookie is not set when url string is unicode.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-07 07:27 PDT by peavo
Modified: 2013-08-12 09:51 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2013-08-07 07:35 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2013-08-07 07:27:53 PDT
When the method setCookiesFromDOM is called with an unicode url parameter, the cookie is not correctly set.
We need to convert the cookie string to 8 bit, before passing it to the Curl api function.
Comment 1 peavo 2013-08-07 07:35:28 PDT
Created attachment 208267 [details]
Patch
Comment 2 Brent Fulgham 2013-08-12 09:25:20 PDT
Comment on attachment 208267 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-08-12 09:51:41 PDT
Comment on attachment 208267 [details]
Patch

Clearing flags on attachment: 208267

Committed r153946: <http://trac.webkit.org/changeset/153946>
Comment 4 WebKit Commit Bot 2013-08-12 09:51:43 PDT
All reviewed patches have been landed.  Closing bug.