mitre/HTTP-Proxy-Servlet

“post + application/x-www-form-urlencoded” bug

yulongcc opened this issue · 1 comments

if a request consist of post + application/x-www-form-urlencoded,servlet will read inputstream into request paramters,then the proxyrequest can not read the inputstream again.

I found more information here (seems to be a duplicate): #54
It is not 'solved', but there are proposals for different solutions.