Sergei Kuzmin 54e48b14e1 cookies: same domain handling changed to match browser behavior
Cokie with the same domain but different tailmatching property are now
considered different and do not replace each other.  If header contains
following lines then two cookies will be set: Set-Cookie: foo=bar;
domain=.foo.com; expires=Thu Mar 3 GMT 8:56:27 2033 Set-Cookie: foo=baz;
domain=foo.com; expires=Thu Mar 3 GMT 8:56:27 2033

This matches Chrome, Opera, Safari, and Firefox behavior. When sending
stored tokens to foo.com Chrome, Opera, Firefox store send them in the
stored order, while Safari pre-sort the cookies.

Closes #1050
2016-10-03 16:49:35 +02:00
..
2016-04-03 22:38:36 +02:00
2016-09-07 10:41:57 +02:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-04-03 23:07:30 +02:00
2016-04-03 23:07:30 +02:00
2016-08-11 14:02:12 +02:00
2016-04-03 22:38:36 +02:00
2016-08-25 02:43:19 -04:00