aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/MIT-LICENSE
diff options
context:
space:
mode:
authorAgis Anastasopoulos <agis.anast@gmail.com>2015-10-19 17:18:09 +0300
committerAgis Anastasopoulos <agis.anast@gmail.com>2015-10-19 17:36:22 +0300
commit3f81b3753ffdca8617422e518e1fddd581f5a712 (patch)
tree68abd2546ae7b8289007def1f32719916b7a3ca1 /actionpack/MIT-LICENSE
parentdd2c94aea6de51b58f75f192e5de16e791b9d2d9 (diff)
downloadrails-3f81b3753ffdca8617422e518e1fddd581f5a712.tar.gz
rails-3f81b3753ffdca8617422e518e1fddd581f5a712.tar.bz2
rails-3f81b3753ffdca8617422e518e1fddd581f5a712.zip
Show helpful messages on invalid param. encodings
Prior to this change, given a route: # config/routes.rb get ':a' => "foo#bar" If one pointed to http://example.com/%BE (param `a` has invalid encoding), a `BadRequest` would be raised with the following non-informative message: ActionController::BadRequest From now on the message displayed is: Invalid parameter encoding: hi => "\xBE" Fixes #21923.
Diffstat (limited to 'actionpack/MIT-LICENSE')
0 files changed, 0 insertions, 0 deletions