According to the latest Rack developments, {{env['rack.input']}} should be rewindable, but currently it is not.
This can cause problems with form input processing, for example when using Rack::Request#POST. This method will currently read the entire body and try to rewind it. Because it won't rewind in JRuby-Rack, you no longer have access to the request body.
Resolved in 9848ad8.