ruby - Rails param value decoding in strange format -


i have strange issue not able figure out why happening url decode "-" dash.

here params processed on debian server, check filename contains stange characters dash "-".

started "/attachments/download/55388/ve11%20ftart%20%e2%80%93%20large%20model.pptx" x.x.x.x @ 2015-06-01 07:54:19 +0200 processing attachmentscontroller#download html   parameters: {"id"=>"55388", "filename"=>"ve11 ftart รข~@~s large model.pptx"} 

the same format in development environment decoded properly.

  parameters: {"id"=>"55388", "filename"=>"ve11 ftart – large model.pptx"} 

anyone know issue?

thanks in advance.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -