kartheek desineedi wrote:
Yes we upgraded to Apache Tomcat 7.0.62 but still the issue is persisting.

Failed request filter did not filter out any params indicating that the
parameters are not malformed.

We are sending all the requests in the SAME manner while most of them
succeed,few of them fail.

Which class in the tomcat source should we try adding more debugging if
need be?

[...]

Kartheek,

Extraordinary claims require extraordinary evidence [Carl Sagan]

Processing POST requests with parameters is what webservers do 99% of the time, and Tomcat is a webserver, with several hundred thousand installations. If several versions of Tomcat were just losing POST parameters randomly, it seems very unlikely that you would have been the first and only one to have noticed this and posted a message about this on the list. So, without getting very technical about it, I would suggest that there must be another explanation to your problem; and I would further suggest that you re-examine your evidence very carefully. Are you 100% sure that there is nothing in these requests which could prevent a correct parsing of these parameters ? And/or are you sure that when you compare the tcpdump log and the requests that you see in the request dumper log, you are indeed looking at the /same/ requests ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to