This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 108cd50ac9 merged branch stloyd/set-cookie-fix (PR #2889)
Commits
-------

5c41ec9 [HttpKernel][Client] Only simple (name=value without any other params) cookies can be stored in same line, so lets add every as standalone to be compliant with rfc6265

Discussion
----------

[HttpKernel][Client] Set cookie fix

Bug fix: yes
Feature addition: no
Backwards compatibility break: no(?)
Symfony2 tests pass: yes
Fixes the following tickets: #2881

Only simple cookies can be stored in same line:

* Used by now (__wrong__): `Set-Cookie: name1=value, name2=value`
* Proper according to RFCs: `Set-Cookie: name1=value; name2=value`

So lets add every as standalone ([next header](http://tools.ietf.org/html/rfc6265#section-3.1)) to be compliant with [RFC6265](http://tools.ietf.org/html/rfc6265). This fixes #2881.
2011-12-17 11:09:03 +01:00
..
BrowserKit [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
ClassLoader bumped Symfony version in composer.json files to 2.0.7 2011-11-17 06:58:47 +01:00
Config [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Console [Console] Improve input definition output for Boolean defaults 2011-12-15 01:07:36 -05:00
CssSelector [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
DependencyInjection [DependencyInjection] fixed espacing issue (close #2819) 2011-12-13 15:38:10 +01:00
DomCrawler [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
EventDispatcher [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Finder [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Form [Form] Added missing use statements (closes #2880) 2011-12-15 10:01:35 +01:00
HttpFoundation merged branch pulzarraider/explode_optimalisation (PR #2782) 2011-12-13 17:39:32 +01:00
HttpKernel [HttpKernel][Client] Only simple (name=value without any other params) cookies can be stored in same line, so lets add every as standalone to be compliant with rfc6265 2011-12-15 11:35:58 +01:00
Locale [Locale][Stub] Fixed CS 2011-12-15 13:03:21 +01:00
Process [Process] introduced usage of PHP_BINARY (available as of PHP 5.4) 2011-12-07 19:32:30 +01:00
Routing [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Security [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Serializer [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Templating removed unused use statements 2011-11-24 07:16:14 +01:00
Translation [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Validator merged branch pulzarraider/explode_optimalisation (PR #2782) 2011-12-13 17:39:32 +01:00
Yaml [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00