Bug 118061 - [curl] Add "set-cookie" to appendable headers
Summary: [curl] Add "set-cookie" to appendable headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 117300
  Show dependency treegraph
 
Reported: 2013-06-26 08:19 PDT by Szabolcs David
Modified: 2013-06-27 03:05 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2013-06-26 08:22 PDT, Szabolcs David
no flags Details | Formatted Diff | Diff
Fixed changelog problem (1.16 KB, patch)
2013-06-27 02:11 PDT, Szabolcs David
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Szabolcs David 2013-06-26 08:19:02 PDT
The curl implementation does not allows the concatenating of "Set-Cookie" headers. (RFC 2109)
Comment 1 Szabolcs David 2013-06-26 08:22:17 PDT
Created attachment 205496 [details]
Patch
Comment 2 Peter Gal 2013-06-26 08:57:02 PDT
(In reply to comment #1)
> Created an attachment (id=205496) [details]
> Patch

Ah... yeah I missed that one in my patch.
Comment 3 Chris Dumez 2013-06-26 10:44:46 PDT
Comment on attachment 205496 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=205496&action=review

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

Please update this line and add a Changelog.
Comment 4 Peter Gal 2013-06-27 01:54:12 PDT
(In reply to comment #3)
> (From update of attachment 205496 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=205496&action=review
> 
> > Source/WebCore/ChangeLog:8
> > +        No new tests (OOPS!).
> 
> Please update this line and add a Changelog.

The title of the bug already describes the change I don't know what more can be described here.
Comment 5 Gyuyoung Kim 2013-06-27 02:07:33 PDT
Comment on attachment 205496 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=205496&action=review

>>> Source/WebCore/ChangeLog:8
>>> +        No new tests (OOPS!).
>> 
>> Please update this line and add a Changelog.
> 
> The title of the bug already describes the change I don't know what more can be described here.

Please read "ChangeLog files" in https://www.webkit.org/coding/contributing.html
Comment 6 Szabolcs David 2013-06-27 02:11:39 PDT
Created attachment 205578 [details]
Fixed changelog problem
Comment 7 Peter Gal 2013-06-27 02:22:25 PDT
(In reply to comment #5)
> (From update of attachment 205496 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=205496&action=review
> 
> >>> Source/WebCore/ChangeLog:8
> >>> +        No new tests (OOPS!).
> >> 
> >> Please update this line and add a Changelog.
> > 
> > The title of the bug already describes the change I don't know what more can be described here.
> 
> Please read "ChangeLog files" in https://www.webkit.org/coding/contributing.html

I know that, but still... oh well...
Comment 8 Chris Dumez 2013-06-27 02:43:52 PDT
Comment on attachment 205578 [details]
Fixed changelog problem

Thank you for updating the Changelog. r=me.
Comment 9 WebKit Commit Bot 2013-06-27 03:05:50 PDT
Comment on attachment 205578 [details]
Fixed changelog problem

Clearing flags on attachment: 205578

Committed r152085: <http://trac.webkit.org/changeset/152085>
Comment 10 WebKit Commit Bot 2013-06-27 03:05:54 PDT
All reviewed patches have been landed.  Closing bug.