> From: ar...@bca-group.com [mailto:ar...@bca-group.com] 
> Subject: Tomcat 6.0.32, Http11NioProtocol and log poll

> Occasionally (like 0.1% of the time), when another web page 
> in a second frame reloads (Independent JSP generated from 
> SpringController in same container) the page loads with what
> appears to be the byte stream for the applet

This is pretty much always caused by an application coding error: keeping 
request information at the wrong scoping level.  For example, if you save 
anything about a specific request as a session attribute, other requests may 
accidentally use it or overwrite it, causing this kind of confusing.  Keeping 
request-specific information in static fields is another typical example.

Nothing absolutely rules out a Tomcat bug, but the odds are against it.

 - 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