The 6.0.x branch is very stable, ie, there are very few changes going in at the moment.
you can build it yourself, by doing:

Requirements:
a) JDK 1.5
b) ANT 1.6.5+

svn co http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk trunk
cd trunk
ant download
ant

The bug has been present in both 6.0.10 and 6.0.14, so I'd recommend just building yourself, or waiting for 6.0.15. If you decide to wait for .15 release, then just use the blocking connector instead of the NIO connector as a temporary work around

Filip

Jyothishree Honnavalli wrote:
Thank you. Can you please recommend an version of tomcat that is also
very stable and does not have this issue?.


Thanks.
Jyothi

-----Original Message-----
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 1:46 PM
To: Tomcat Users List
Subject: Re: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

there was a bug fix, that will come out in 6.0.15 to take care of this problem

Filip

Jyothishree Honnavalli wrote:
Hi,

We are having problems posting large chunks of data via tomcat ssl. We

are seeing that there is a limitation on how many characters can be submitted depending where the request is coming from. This is happening only when Tomcat is accessed over HTTPS. Problem does not occur when accessing Tomcat directly over HTTP (port 8080).

See testing results below...

Testing within the server where tomcat is installed/

Total characters successful - 15k out of 15k - there is no limitation.

Any thing we post goes thru fine.

Testing directly to the server IP or DNS from out side the subnet (My desktop)

Max post size successful - 9417 bytes any variable with length more than that fails. All posted parameters show up as null.

Testing via F5 (load balanced set up)

Max characters successful - 6013 bytes from server and my desktop any variable with length more than that fails. All posted parameters show up as null.

Testing directly from server to server within the same subnet (172.28.76.x)

Total characters successful - 12663 out of 15k (this one worked partially when set to 15k but only 12663 made it through loosing 3k of

data. This was a different result than the rest...in the sense that
this
is the only scenario where things got posted partially.

As you can see something is limiting the amount of character data being allowed as we test from different subnets. SSL puts a load in the data being transfer as well something else, we have adjusted during testing to accommodate for the extra load in order to make work

but we have not identify what is limiting are adding additional data to the transfer package.

I have attached the server.xml

Please help and advice us how to resolve this.

Thanks,

Jyothi


------------------------------------------------------------------------
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.488 / Virus Database: 269.14.13/1074 - Release Date:
10/16/2007 2:14 PM


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to