ServletRequest Obj Randomly not Processing x-www-form-urlencoded parms

2019-12-07 Thread Jerry Malcolm
I have ajax code that sends requests to TC in a REST-style process.  I send the parms url-encoded in the body.  This has worked untouched literally for years.  I have some new data objects in my db that "should be" sending the same type of requests through the same javascript routines.  But for

Re: Error parsing HTTP request header

2019-12-07 Thread ktrwas
Hi Owen,The same code was deployed in 7.0.91 version and we were not getting any exceptions in tomcat logs. Once I deployed the same code in 7.0.94 it started recording this error in logs.ThanksRamSent from my Samsung Galaxy smartphone. Original message From: Owen Rubel Date:

Re: Error parsing HTTP request header

2019-12-07 Thread Owen Rubel
Well this isn't an issue with Tomcat. I'm using an embedded version of Tomcat in the BeAPI API Toolkit and this does not occur; mainly because it automates 100% of the api functionality. I would say it is most likely your application. How are you testing your app? You should be doing integration t

Re: Error parsing HTTP request header

2019-12-07 Thread thulasiram k
Hi Chris, Thanks for trying to help here. As suggested I have checked the access logs and find the below error line when ever the above exception occurs in catalina.out. "GET null null" 400 - Thanks Ram On Wed, Dec 4, 2019 at 7:41 PM Christopher Schultz < ch...@christopherschultz.net> wrote: