-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Peter,
On 5/28/15 3:44 PM, Teunissen,Peter wrote:
> (Tomcat 7)
>
> I am writing a Valve that does a getParameter on the Request. At
> the end of the Valve/Filter chain is a servlet that calls
> HttpServletRequest.getReader() returning an empty buff
Hi,
2015-05-28 22:44 GMT+03:00 Teunissen,Peter :
>
> (Tomcat 7)
>
> I am writing a Valve that does a getParameter on the Request. At the end
of the Valve/Filter chain is a servlet that calls
HttpServletRequest.getReader() returning an empty buffer (because the Valve
consumed it).
>
> I tried hacki
(Tomcat 7)
I am writing a Valve that does a getParameter on the Request. At the end of the
Valve/Filter chain is a servlet that calls HttpServletRequest.getReader()
returning an empty buffer (because the Valve consumed it).
I tried hacking a wrapper for the Request together and pass that into t