Bug 138053 - REGRESSION(r174877): WebProcess sends an empty Cookies HTTP header
Summary: REGRESSION(r174877): WebProcess sends an empty Cookies HTTP header
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-24 12:42 PDT by Alexey Proskuryakov
Modified: 2014-10-24 13:23 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (1.48 KB, patch)
2014-10-24 12:44 PDT, Alexey Proskuryakov
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-10-24 12:42:03 PDT
We now get an empty string instead of a null one, so we add a Cookies header field.

This breaks several tests on Yosemite:

http/tests/navigation/image-load-in-unload-handler.html
http/tests/navigation/ping-cross-origin.html
http/tests/navigation/ping-same-origin.html
Comment 1 Alexey Proskuryakov 2014-10-24 12:44:59 PDT
Created attachment 240427 [details]
proposed fix
Comment 2 Chris Dumez 2014-10-24 13:11:31 PDT
Comment on attachment 240427 [details]
proposed fix

r=me, thanks for fixing.
Comment 3 Alexey Proskuryakov 2014-10-24 13:23:42 PDT
Committed <http://trac.webkit.org/r175175>.