Re: re-used Response instances causing me grief?

2007-06-11 Thread Jeff Amiel
Shortly after this, while pouring through the tomcat issues repository, I stumbled across this: http://issues.apache.org/bugzilla/show_bug.cgi?id=41772 After reading, I became more convinced that re-used response objects was at the heart of my issue. I searched high-and low through my user cod

Re: Hijacked http requests, Tomcat 6.0.13?

2007-06-10 Thread Jeff Amiel
On 6/10/07, Ola Sundell <[EMAIL PROTECTED]> wrote: Hello. We have just rolled out a major load-balanced tomcat installation. Currently we're seeing instances in the access logs where HTTP GETs are "hijacked", ie: While your problem might be wrapped up in your load balancer/architecture layer,

Re: re-used Response instances causing me grief?

2007-06-06 Thread Jeff Amiel
On 6/6/07, Bill Barker <[EMAIL PROTECTED]> wrote: It doesn't make sense. The Facade delegates to the actual response always, so getting a new instance (the security manager option) won't help. My first guess would be that somebody is doing a But how would that impact the AxisServlet?? those

re-used Response instances causing me grief?

2007-06-06 Thread Jeff Amiel
Have been battling a recent issue (outlined in some detail on the struts mailing list) http://www.mail-archive.com/user%40struts.apache.org/msg61515.html In summary, unless their is some underlying bug that I cannot pinpoint (always possible), my AxisServlet is being handed off a response that i