PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

2007-10-17 Thread Jyothishree Honnavalli
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

Re: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

2007-10-17 Thread Filip Hanik - Dev Lists
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

Re: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

2007-10-17 Thread Filip Hanik - Dev Lists
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

RE: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

2007-10-17 Thread Jyothishree Honnavalli
: 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

RE: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

2007-10-17 Thread Jyothishree Honnavalli
Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 2:21 PM To: Tomcat Users List Subject: Re: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL The 6.0.x branch is very stable, ie, there are very few changes going in at the moment. you can build

Re: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

2007-10-17 Thread Filip Hanik - Dev Lists
for ssl connector org.apache.coyote.http11.Http11Protocol will solve this. Thanks. Jyothi -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 2:21 PM To: Tomcat Users List Subject: Re: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

RE: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL

2007-10-17 Thread Jyothishree Honnavalli
Subject: Re: PROBLEM POSTING LARGE DATA - TOMCAT6 SSL the issue is only present in the NIO connector, ie, Http11NioProtocol Filip Jyothishree Honnavalli wrote: We have decided to wait till .15 realease. Another set of people want to use the 5.5.x . Do you know if the 5.5.x has this issue