Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread John . C . Cartwright
Thanks for your reply Ben. No, there's no SSL involved. --john - Original Message - From: Ben Stringer <[EMAIL PROTECTED]> Date: Sunday, May 4, 2008 0:50 am Subject: Re: unable to read complete POST body via tomcat connector > On Sun, 2008-05-04 at 00:41 -0600, [EMAIL PR

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread John . C . Cartwright
ark Thomas <[EMAIL PROTECTED]> Date: Sunday, May 4, 2008 2:17 am Subject: Re: unable to read complete POST body via tomcat connector > [EMAIL PROTECTED] wrote: > > Hello All, > > > > I'm trying to POST a relatively small amount of content (22K) and > find> that

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread Rainer Jung
Ben Stringer schrieb: On Sun, 2008-05-04 at 00:41 -0600, [EMAIL PROTECTED] wrote: Hello All, I'm trying to POST a relatively small amount of content (22K) and find that when the request comes via apache/mod_jk, I can only read part of the body. The same request to standalone tomcat (HTTP conne

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread Rainer Jung
Mark Thomas schrieb: [EMAIL PROTECTED] wrote: Hello All, I'm trying to POST a relatively small amount of content (22K) and find that when the request comes via apache/mod_jk, I can only read part of the body. The same request to standalone tomcat (HTTP connector) works file. I'm reading the P

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Hello All, I'm trying to POST a relatively small amount of content (22K) and find that when the request comes via apache/mod_jk, I can only read part of the body. The same request to standalone tomcat (HTTP connector) works file. I'm reading the POST body with code lik

Re: unable to read complete POST body via tomcat connector

2008-05-03 Thread Ben Stringer
On Sun, 2008-05-04 at 00:41 -0600, [EMAIL PROTECTED] wrote: > Hello All, > > I'm trying to POST a relatively small amount of content (22K) and find > that when the request comes via apache/mod_jk, I can only read part of > the body. The same request to standalone tomcat (HTTP connector) works > f

unable to read complete POST body via tomcat connector

2008-05-03 Thread John . C . Cartwright
Hello All, I'm trying to POST a relatively small amount of content (22K) and find that when the request comes via apache/mod_jk, I can only read part of the body. The same request to standalone tomcat (HTTP connector) works file. I'm reading the POST body with code like: BufferedReader reader =