This project is archived and is in readonly mode.

#2659 ✓resolved
Brian Lopez

ParamsParser and request body streams

Reported by Brian Lopez | May 17th, 2009 @ 04:12 AM | in 3.0.2

Per Joshua's request from:
http://groups.google.com/group/rubyonrails-core/browse_thread/threa...

This is a patch adding support to the XML and JSON plugable backends to be able to parse from a string, or an IO (for streaming). The ParamsParser middleware was also updated to pass the request.body IO object directly to the parsers.

It also includes a JSON parsing backend for yajl-ruby (streaming JSON parser in C).

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages