"Jeff Amiel" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> 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
> is already committed (the response originally used by a struts
> ActionServlet maybe......)
>
> What I'm interested in finding out if indeed, re-used Response
> instances could be the cause of my issue....and if simply stopping
> their re-use (by  implementing a security manager or by tweaking the
> Response.java code) is the correct solution.
>
> Does this make any sense or should I still be trying to track down a
> user code bug somewhere.....?
>

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 <jsp:include ... flush="true" 
/>.

> (running tomcat 5.5.20 under Jboss 4.X)
>
> Any help would be appreciated.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to