This project is archived and is in readonly mode.
Changeset [5ebfa6242726bd186452640ed5704f2adc1a5007] by Joshua Peek
January 20th, 2010 @ 04:56 AM
Revert streaming params parser support.
AS Xml and Json parsers expect the request body to be a real IO
object
supporting methods like getc or ungetc which are not specified by
the
Rack spec and aren't supported by Passenger or the Rewindable
input
wrapper.
We can restore functionality if the AS parsers are rewritten to
support
Racks subset of supported IO methods.
http://github.com/rails/rails/commit/5ebfa6242726bd186452640ed5704f...
Committed by Joshua Peek
- M actionpack/lib/action_dispatch/middleware/params_parser.rb
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>