Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-11-02 Thread Pid *
1 11:23 AM > To: Tomcat Users List > Subject: RE: cannot read complete HTTP request body. It reads only 8192 > characters > > String keyValuePair = null; > String[] arrKeyValue = null; > BufferedReader in = request.getReader(); > while ((keyValuePair = in.readLine()) != null)

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-11-01 Thread Anantaneni Harish
7:45 PM To: Tomcat Users List Subject: Re: cannot read complete HTTP request body. It reads only 8192 characters 2011/10/31 Anantaneni Harish : > String keyValuePair = null; > String[] arrKeyValue = null; > BufferedReader in = request.getReader(); > while ((keyValuePair = in.readL

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-11-01 Thread Konstantin Kolinko
2011/10/31 Anantaneni Harish : > String keyValuePair = null; > String[] arrKeyValue = null; > BufferedReader in = request.getReader(); > while ((keyValuePair = in.readLine()) != null) { > arrKeyValue = keyValuePair.split("="); > > Above code reads incomplete data(read only 8192 bytes) at my custome

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Tim Watts
out this? > > Thanks and Regards, > Harish > -Original Message- > From: Anantaneni Harish > Sent: Monday, October 31, 2011 11:23 AM > To: Tomcat Users List > Subject: RE: cannot read complete HTTP request body. It reads only 8192 > characters > > String keyValueP

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Igor Cicimov
different. > > Thanks and Regards, > Harish > > -Original Message- > From: Igor Cicimov [mailto:icici...@gmail.com] > Sent: Tuesday, November 01, 2011 10:57 AM > To: Tomcat Users List > Subject: RE: cannot read complete HTTP request body. It reads only 8192 >

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Anantaneni Harish
Dont know :(, must be different. Thanks and Regards, Harish -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Tuesday, November 01, 2011 10:57 AM To: Tomcat Users List Subject: RE: cannot read complete HTTP request body. It reads only 8192 characters And same

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Igor Cicimov
uesday, November 01, 2011 10:47 AM > To: Tomcat Users List > Subject: Re: cannot read complete HTTP request body. It reads only 8192 > characters > > You never said what is the difference between your environment and the > customer one or I missed that info. Same OS? Same Java versio

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Anantaneni Harish
, Harish -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Tuesday, November 01, 2011 10:47 AM To: Tomcat Users List Subject: Re: cannot read complete HTTP request body. It reads only 8192 characters You never said what is the difference between your environment and the

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Igor Cicimov
Regards, > Harish > -Original Message- > From: Anantaneni Harish > Sent: Monday, October 31, 2011 11:23 AM > To: Tomcat Users List > Subject: RE: cannot read complete HTTP request body. It reads only 8192 > characters > > String keyValuePair = null; >

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Anantaneni Harish
Any thoughts about this? Thanks and Regards, Harish -Original Message- From: Anantaneni Harish Sent: Monday, October 31, 2011 11:23 AM To: Tomcat Users List Subject: RE: cannot read complete HTTP request body. It reads only 8192 characters String keyValuePair = null; String

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-30 Thread Anantaneni Harish
ilto:a...@ice-sa.com] Sent: Friday, October 28, 2011 9:08 PM To: Tomcat Users List Subject: Re: cannot read complete HTTP request body. It reads only 8192 characters Konstantin Kolinko wrote: > 2011/10/27 Christopher Schultz : >> On 10/27/2011 4:58 AM, Anantaneni Harish wrote: >>&g

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-28 Thread André Warnier
Konstantin Kolinko wrote: 2011/10/27 Christopher Schultz : On 10/27/2011 4:58 AM, Anantaneni Harish wrote: Thanks for the directions the Rainer. Actually the issue is just solved. We have changed from BufferedReader in = request.getReader(); to BufferedReader in = new BufferedReader(new Inpu

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-28 Thread Konstantin Kolinko
2011/10/27 Christopher Schultz : > On 10/27/2011 4:58 AM, Anantaneni Harish wrote: >> Thanks for the directions the Rainer. Actually the issue is just >> solved. >> >> We have changed from BufferedReader in = request.getReader(); >> >> to >> >> BufferedReader in = new BufferedReader(new >> InputStr

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-27 Thread Anantaneni Harish
Hi Chris, Could you please let me know, the info you required? Thanks and Regards, Harish -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, October 28, 2011 12:39 AM To: Tomcat Users List Subject: Re: cannot read complete HTTP request body

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harish, On 10/27/2011 4:58 AM, Anantaneni Harish wrote: > Thanks for the directions the Rainer. Actually the issue is just > solved. > > We have changed from BufferedReader in = request.getReader(); > > to > > BufferedReader in = new BufferedReader

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-27 Thread Anantaneni Harish
.de] Sent: Thursday, October 27, 2011 5:52 PM To: users@tomcat.apache.org Subject: Re: cannot read complete HTTP request body. It reads only 8192 characters On 27.10.2011 06:02, Anantaneni Harish wrote: > -Original Message- > From: Anantaneni Harish > Sent: Wednesday, October 26

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-27 Thread Rainer Jung
On 27.10.2011 06:02, Anantaneni Harish wrote: > -Original Message- > From: Anantaneni Harish > Sent: Wednesday, October 26, 2011 3:01 PM > To: Tomcat Users List > Subject: RE: cannot read complete HTTP request body. It reads only 8192 > characters > > Thanks for

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-26 Thread Anantaneni Harish
Please help on this. Thanks and Regards, Harish -Original Message- From: Anantaneni Harish Sent: Wednesday, October 26, 2011 3:01 PM To: Tomcat Users List Subject: RE: cannot read complete HTTP request body. It reads only 8192 characters Thanks for your response. The issue is on the

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-25 Thread Anantaneni Harish
List Subject: Re: cannot read complete HTTP request body. It reads only 8192 characters On 26 Oct 2011, at 06:31, Anantaneni Harish wrote: > We have an environment using HTTP connector, > customer environment using AJP connector. In HTTP environment this issue is > not occured. > bu

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-25 Thread Pid *
On 26 Oct 2011, at 06:31, Anantaneni Harish wrote: > We have an environment using HTTP connector, > customer environment using AJP connector. In HTTP environment this issue is > not occured. > but in the AJP environment cannot read complete HTTP request body. It reads > only 8192 characters > >