Bug 119545

Summary: [Curl] Cookie is not set when url string is unicode.
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, galpeter
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.