RE: ServletInputStream comes up closed.

2004-01-11 Thread Dinesh V
Hi Folks, Never Mind. Solved the problem. Thanks, Dinesh -Original Message- From: Dinesh V [mailto:[EMAIL PROTECTED] Sent: Sunday, January 11, 2004 1:19 AM To: [EMAIL PROTECTED] Subject: ServletInputStream comes up closed. Hello Folks, I am experiencing a problem with my dump servlet

ServletInputStream comes up closed.

2004-01-10 Thread Dinesh V
Hello Folks, I am experiencing a problem with my dump servlet. The servlet simply echoes back the content it recieved. The ServletInputStream comes up closed (inputStream.available() returns 0). I do not understand what is consuming the input. This does not happen on jetty 4.2.14. Please tell