Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ruby 1.9 compat: explicitly require delegate for cookie's DelegateClass | Jeremy Kemper | 2008-11-24 | 1 | -0/+2 |
| | |||||
* | Ruby 1.8.7 compat: work around broken DelegateClass#respond_to? | Jeremy Kemper | 2008-05-31 | 1 | -0/+6 |
| | |||||
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -18/+17 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | make CGI::Cookie handle deleting a cookie properly | Rich Cavanaugh | 2008-05-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Don't double-escape cookie store data. Don't split cookie values with ↵ | Rich Cavanaugh | 2008-05-12 | 1 | -1/+1 |
| | | | | | | newlines into an array. [#130 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | remove support for ampersand-delimited cookie values | Jamis Buck | 2008-02-12 | 1 | -4/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8861 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Don't split cookies on comma also. References r8505. | Jeremy Kemper | 2008-02-02 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8773 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: cookies | Jeremy Kemper | 2007-12-15 | 1 | -5/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8405 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix buffer | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an ↵ | David Heinemeier Hansson | 2007-09-21 | 1 | -36/+22 |
| | | | | | | improvement for XSS attacks (closes #8895) [lifo/Spakman] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7525 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Shine some sunlight on the CGI extensions. Remove unused CGI#session. | Jeremy Kemper | 2007-05-15 | 1 | -0/+123 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6733 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |