This project is archived and is in readonly mode.
Compatibility with Rack::Request
Reported by josh | January 5th, 2009 @ 09:05 PM
Rack::Request and ActionController::Request don't play well together. If one reads the body stream, it will be unavailable to the other. This needs to work with rewindable (Mongrel) and unrewindable bodies (Passenger).
Comments and changes to this ticket
-
josh January 5th, 2009 @ 09:05 PM
- State changed from new to open
-
josh January 5th, 2009 @ 09:12 PM
- Assigned user changed from Pratik to josh
-
josh January 13th, 2009 @ 10:20 PM
- State changed from open to resolved
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
Tags
Referenced by
- 1699 Switch to Rack::MethodOverride This ticket depends on #1698.