Displaying 1 result from an estimated 1 matches for "decode_www_form_component".
2012 Jan 23
2
Rails 3.2: invalid %-encoding (100%)
...and why?
2) Second, obviously I don''t want a 500 error. How can I filter out
the parameters before it crashes?
Thanks!
---------------------
A ArgumentError occurred in home#index:
invalid %-encoding (100%)
/home/xxxxx/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/common.rb:911:in
`decode_www_form_component''
The top part of the stack is:
/home/xxxxxx/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/common.rb:911:in
`decode_www_form_component''
rack (1.4.1) lib/rack/utils.rb:39:in `unescape''
rack (1.4.1) lib/rack/utils.rb:88:in `block (2 levels) in parse_nested_query'...