Empty request.body when stream has already been consumed · Issue #73 · scalatra/scalatra

This happens: On POSTs with content-type is application/x-www-form-urlencoded. Scalatra's call to getParameter consumes the servlet input stream. See 3.1.1 of the Servlet spec for more details. On ...