Re: POSTHttpServletRequestWrapper parameters

2014-09-22 Thread Florent Guillaume
Sorry, I hadn't seen that Ron had already created https://issues.apache.org/jira/browse/CMIS-844. Florent On Mon, Sep 22, 2014 at 3:36 PM, Florent Guillaume wrote: > Hi, > > When POSTHttpServletRequestWrapper is invoked, it reads all the > parameters from a POST body into its own parameter map >

POSTHttpServletRequestWrapper parameters

2014-09-22 Thread Florent Guillaume
Hi, When POSTHttpServletRequestWrapper is invoked, it reads all the parameters from a POST body into its own parameter map (QueryStringHttpServletRequestWrapper), by consuming and parsing the input stream. However in our implementation the input stream was already read and parsed by a previous fi