RE: reading request parameter invalidates post body

2008-12-11 Thread Chris Hut
: Thursday, December 11, 2008 4:10 PM To: Tomcat Users List Subject: reading request parameter invalidates post body Hello All, I'm using tomcat 6.0.18 and it appears that reading a request parameter like: String param = request.getParameter("param"); causes any subsequent attem

reading request parameter invalidates post body

2008-12-11 Thread John Cartwright
Hello All, I'm using tomcat 6.0.18 and it appears that reading a request parameter like: String param = request.getParameter("param"); causes any subsequent attempt to ready the post body to fail: while ((inputLine = reader.readLine()) != null) { sb.append(inputLine); } It doesn'