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
importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: HttpServletRequest.getReader() returns nothing > Date: Mon, 27 Jul 2009 02:38:38 -0700 &g

HttpServletRequest.getReader() returns nothing

2009-07-27 Thread Swati Rastogi -X (swrastog - Infosys at Cisco)
Hi All, I am doing a HTTP POST on a servlet running on my local box. For this, I am opening a socket on port 80 and sending the data. When I call getReader() on HttpServletRequest object, I cannot find any data. Instead of Calling getReader(), if I call getParameter() or getParameterMap() on HttpSe