Re: ServletRequest getParameter, getInputStream, getReader

2015-11-22 Thread Mark Thomas
This belongs on the users list, not the dev list. Mark On 22/11/2015 19:49, Roel Storms wrote: > Hello, > > I am working on a Valve that does some integrity checking on HTTP requests > (the details aren't important) where I need this valve to have access to > the HTTP request body as well. I us

ServletRequest getParameter, getInputStream, getReader

2015-11-22 Thread Roel Storms
Hello, I am working on a Valve that does some integrity checking on HTTP requests (the details aren't important) where I need this valve to have access to the HTTP request body as well. I used request.getInputStream to fetch the data. However when a web application makes use of my valve, the getPa