aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing.rb
diff options
context:
space:
mode:
authorAgis- <corestudiosinc@gmail.com>2014-07-11 13:24:49 +0300
committerAgis- <corestudiosinc@gmail.com>2014-07-11 13:24:49 +0300
commite67f001e7c1b3d24750e9dd81006d2ad84bbf50e (patch)
treec6e9c451bed31e853a8b21d2c9ff16754df78c2c /actionpack/lib/action_dispatch/routing.rb
parent00aae7cb38a9d7029b1530bcf21a89ead80130a4 (diff)
downloadrails-e67f001e7c1b3d24750e9dd81006d2ad84bbf50e.tar.gz
rails-e67f001e7c1b3d24750e9dd81006d2ad84bbf50e.tar.bz2
rails-e67f001e7c1b3d24750e9dd81006d2ad84bbf50e.zip
Use `#bytesize` instead of `#size` when checking for cookie overflow
Although the cookie values happens to be ASCII strings because they are Base64 encoded, it is semantically incorrect to check for the number of the characters in the cookie, when we actually want to check for the number of the bytes it consists of. Furthermore it is unecessary coupling with the current implementation that uses Base64 for encoding the values.
Diffstat (limited to 'actionpack/lib/action_dispatch/routing.rb')
0 files changed, 0 insertions, 0 deletions