Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2015 12:26
Show Gist options
  • Save anonymous/49ffb300456496e06f80 to your computer and use it in GitHub Desktop.
Save anonymous/49ffb300456496e06f80 to your computer and use it in GitHub Desktop.
HTTP/1.1 500 Internal Server Error
Date: Wed, 29 Apr 2015 11:51:04 GMT
Server: Apache-Coyote/1.1
Content-Length: 2241
Via: 1.1 autoapuri.dev.eficode.fi
Connection: close
Content-Type: text/plain
org.jruby.exceptions.RaiseException: (ArgumentError) invalid %-encoding (%u0027)
at Module.decode_www_form_component(/foo/bar/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/uri/common.rb:898)
at Rack::Utils.unescape(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/utils.rb:42)
at RUBY.parse_nested_query(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/utils.rb:94)
at org.jruby.RubyArray.map(org/jruby/RubyArray.java:2361)
at RUBY.parse_nested_query(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/utils.rb:94)
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)
at RUBY.parse_nested_query(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/utils.rb:93)
at RUBY.parse_query(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/request.rb:373)
at RUBY.POST(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/request.rb:211)
at RUBY.method_override(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/methodoverride.rb:26)
at RUBY.call(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/methodoverride.rb:14)
at RUBY.call(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/runtime.rb:17)
at RUBY.call(/foo/bar/shared/bundle/jruby/1.9/gems/activesupport-4.0.10/lib/active_support/cache/strategy/local_cache.rb:83)
at RUBY.call(/foo/bar/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/sendfile.rb:112)
at RUBY.call(/foo/bar/shared/bundle/jruby/1.9/gems/sentry-raven-0.7.1/lib/raven/rack.rb:47)
at RUBY.call(/foo/bar/shared/bundle/jruby/1.9/gems/railties-4.0.10/lib/rails/engine.rb:511)
at RUBY.call(/foo/bar/shared/bundle/jruby/1.9/gems/railties-4.0.10/lib/rails/application.rb:97)
at RUBY.call(file:/foo/bar/shared/bundle/jruby/1.9/gems/jruby-rack-1.1.16/lib/jruby-rack-1.1.16.jar!/rack/handler/servlet.rb:22)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment