https://issues.apache.org/bugzilla/show_bug.cgi?id=56060
--- Comment #3 from Jess Holle <je...@ptc.com> --- I had one such case -- and it was traced down to another thread making calls against a ServletRequest object. There are all sorts of nasty race conditions around this -- ServletRequest objects are explicitly not guaranteed to be thread safe by the serlvet spec and Tomcat's most certainly are not. So I'd first be absolutely certain that you're making no use of ServletRequest objects from other threads than the request handling threads. [And if you absolutely must, then you'll need to be super careful to do all sorts of things just right -- and I'd assume you didn't...] And as others have stated, Bugzilla is not a support forum. Asking about the bug on the mailing lists would be more appropriate than adding comments to it. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org