aboutsummaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-04-23 11:07:50 -0500
committerGodfrey Chan <godfreykfc@gmail.com>2014-04-23 12:32:14 -0500
commit2a412b3d6f6eef23db5874c5e33d995858bfa1e5 (patch)
tree2eb24bd456620652175c5512f7cc87462bf47160 /install.rb
parent650585da8ac15742b64965c338110e8e859a3b5e (diff)
downloadrails-2a412b3d6f6eef23db5874c5e33d995858bfa1e5.tar.gz
rails-2a412b3d6f6eef23db5874c5e33d995858bfa1e5.tar.bz2
rails-2a412b3d6f6eef23db5874c5e33d995858bfa1e5.zip
Fixed an issue with migrating legacy json cookies.
Previously, the `VerifyAndUpgradeLegacySignedMessage` assumes all incoming cookies are marshal-encoded. This is not the case when `secret_token` is used in conjunction with the `:json` or `:hybrid` serializer. In those case, when upgrading to use `secret_key_base`, this would cause a `TypeError: incompatible marshal file format` and a 500 error for the user. Fixes #14774. *Godfrey Chan*
Diffstat (limited to 'install.rb')
0 files changed, 0 insertions, 0 deletions