-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Grape is failing on latest Rack releases. #2668
Copy link
Copy link
Open
Labels
Description
Failures:
1) Grape::Endpoint#params from body parameters returns a 400 if given an invalid multipart body
Failure/Error: @params_builder.call(rack_params).deep_merge!(grape_routing_args)
Rack::Multipart::BoundaryTooLongError:
multiple boundary parameters found in multipart content type
# /home/runner/work/rack/rack/lib/rack/multipart/parser.rb:131:in 'Rack::Multipart::Parser.parse_boundary'
It looks like the test constructs two boundary parameters which is invalid. You might need to catch Rack::Multipart::Error.
Reactions are currently unavailable