Re: HttpServletRequest.getReader() returns nothing

2009-07-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Swati, On 7/27/2009 11:22 PM, Swati Rastogi -X (swrastog - Infosys at Cisco) wrote: > I have removed all calls to getParameter family of methods on the > request object and I can still see the issue. I have checked all > servlet filters - No processin

RE: HttpServletRequest.getReader() returns nothing

2009-07-27 Thread Swati Rastogi -X (swrastog - Infosys at Cisco)
:23 PM To: Tomcat Users List Subject: RE: HttpServletRequest.getReader() returns nothing answered by markt here https://issues.apache.org/bugzilla/show_bug.cgi?id=47410 the 3.1 part of 2.5 Servlet Spec located at http://www.scribd.com/doc/7395371/JSP-Servlet-JSTL-Specification reads if request

RE: HttpServletRequest.getReader() returns nothing

2009-07-27 Thread Martin Gainty
answered by markt here https://issues.apache.org/bugzilla/show_bug.cgi?id=47410 the 3.1 part of 2.5 Servlet Spec located at http://www.scribd.com/doc/7395371/JSP-Servlet-JSTL-Specification reads if request is a 1)http or https request 2)http method is a POST 3)content-type=application/x-www-for