Fabien Potencier
|
1e7e6ba305
[HttpFoundation] removed the possibility for a cookie path to set it to null (as this is equivalent to /)
|
13 år sedan |
Jordi Boggiano
|
908a7a35be
[HttpFoundation] Fix bug in clearCookie/removeCookie not clearing cookies set with a default '/' path, unless it was explicitly specified
|
14 år sedan |
Fabien Potencier
|
7dcbcbe69d
[HttpFoundation] tagged public @api
|
14 år sedan |
Francis Besset
|
7cf891a448
Renamed variable returned and used self in place of static for constants
|
14 år sedan |
Francis Besset
|
f91f4dda13
Added the possibility to set cookies with the same name for different domains and paths for Symfony\Component\HttpFoundation\ResponseHeaderBag
|
14 år sedan |
Francis Besset
|
f08eeb4433
Moved managing cookies of HeaderBag in ResponseHeaderBag
|
14 år sedan |
Fabien Potencier
|
1aabc5da64
fixed CS
|
14 år sedan |
Fabien Potencier
|
62e4342a86
fixed CS
|
14 år sedan |
Fabien Potencier
|
9714524b39
fixed a unit test and CS
|
14 år sedan |
jsor
|
f9b6c8b74a
[HttpFoundation] included cookie headers in string representation
|
14 år sedan |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 år sedan |
Kris Wallsmith
|
a0bae94f88
[HttpFoundation] updated ResponseHeaderBag to compute Cache-Control whenever any of the headers it considers changes
|
14 år sedan |
hhamon
|
f985da5a9c
[HttpFoundation] fix Cache-Control header when forcing the Response to have an Expires header field. The RFC2616 Bis indicates that if the Response has both max-age (or s-maxage) and Expires header field, the Cache-Control maxage wins over Expires. The previous code in ResponseHeaderBag always returned "private, max-age=0, must-revalidate" even if the Expires header field was forced.
|
14 år sedan |
Kris Wallsmith
|
c67a9a9643
[HttpFoundation] cleaned up some constructors
|
14 år sedan |
Jordi Boggiano
|
6311960511
[HttpFoundation] Minor clearCookie optimization
|
14 år sedan |
hhamon
|
c2e4ec44a8
[HttpFoundation] fixed phpdoc
|
14 år sedan |
Bernhard Schussek
|
22c12e2c8f
[HttpFoundation] Fixed failing tests introduced in 8dd0c5641a5b046324d129a993f199e51bdceadf
|
14 år sedan |
Johannes M. Schmitt
|
6bbfffb981
added path, and domain to clearCookie() in accordance with RFC 2109, and RFC 2965
|
14 år sedan |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 år sedan |
Johannes M. Schmitt
|
98b52b607c
better support for cookie handling, use native PHP function to set cookies
|
14 år sedan |
Ryan Weaver
|
09a876beb9
[HttpFoundation] Adding a few internal notes to clarify the process of setting the cache-control to a default.
|
14 år sedan |
Fabien Potencier
|
944d91c1df
made some method name changes to have a better coherence throughout the framework
|
14 år sedan |
ornicar
|
faf0182be0
[HttpFoundation] Rename HeaderBag::validateCookieName to HeaderBag::validateCookie
|
14 år sedan |
Fabien Potencier
|
b6923dd7b9
changed Cache-Control default value behavior
|
14 år sedan |