Re: Tomcat losing request parameters

2015-06-09 Thread Ravi Kiran
g out of options On Tue, Jun 9, 2015 at 9:14 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Konstantin, > > On 6/9/15 5:04 AM, Konstantin Kolinko wrote: > > 2015-06-04 18:40 GMT+03:00 Ravi Kiran :

Re: Tomcat losing request parameters

2015-06-04 Thread Ravi Kiran
etValue()) : null); sb.append(System.lineSeparator()); } } LOG.debug("Dumping request parameters: {}", sb.toString()); Regards, Ravi On Thu, Jun 4, 2015 at 9:54 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > R

Tomcat losing request parameters

2015-06-04 Thread Ravi Kiran
Hi, I am writing to get some pointers on a strange issue which are facing in tomcat in one of our client environments. Setup: 4 Webservers connecting to 2 tomcat using mod_jk (load balanced) Issue: Request parameters GET/POST are coming as null to the application intermittently i.e, filter in we