> From: André Warnier [mailto:a...@ice-sa.com] 
> Subject: Re: Fwd: Apache Tomcat 7 -Parameters lost

> 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 ?

And of course, there's the not unusual webapp logic error of storing a request 
or response reference somewhere it shouldn't so that it gets used by multiple 
threads or in multiple requests.  The typical spot is a servlet instance field, 
but thread-locals and static variables are also problematic.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to