Re: Possible Servlet 3.0 AsyncContext bug in Tomcat 7.0.x

2011-05-13 Thread Dan Checkoway
https://issues.apache.org/bugzilla/show_bug.cgi?id=51197 Thanks Mark! On Fri, May 13, 2011 at 8:33 AM, wrote: > Dan Checkoway wrote: > > >Mark, > > > >I wanted to let you know that 7.0.14 (I dl'd the official release this > >morning) changed the behavior slightly, but it didn't fix the bug. T

Re: Possible Servlet 3.0 AsyncContext bug in Tomcat 7.0.x

2011-05-13 Thread markt
Dan Checkoway wrote: >Mark, > >I wanted to let you know that 7.0.14 (I dl'd the official release this >morning) changed the behavior slightly, but it didn't fix the bug. The >behavior I'm seeing now is: > >response.sendError - seems to close the connection immediately (doesn't >wait >to time out

Re: Possible Servlet 3.0 AsyncContext bug in Tomcat 7.0.x

2011-05-13 Thread Dan Checkoway
Mark, I wanted to let you know that 7.0.14 (I dl'd the official release this morning) changed the behavior slightly, but it didn't fix the bug. The behavior I'm seeing now is: response.sendError - seems to close the connection immediately (doesn't wait to time out like 7.0.12 did), but you get n

Re: Possible Servlet 3.0 AsyncContext bug in Tomcat 7.0.x

2011-05-12 Thread Dan Checkoway
Ah, excellent. Glad to know I wasn't on crack. :-) Thanks for the quick reply! Dan On Thu, May 12, 2011 at 12:51 PM, Mark Thomas wrote: > On 12/05/2011 17:33, Dan Checkoway wrote: > > Hello, > > > > I recently started working with Servlet 3.0 async stuff with Tomcat > 7.0.12, > > and I bumpe

Re: Possible Servlet 3.0 AsyncContext bug in Tomcat 7.0.x

2011-05-12 Thread Mark Thomas
On 12/05/2011 17:33, Dan Checkoway wrote: > Hello, > > I recently started working with Servlet 3.0 async stuff with Tomcat 7.0.12, > and I bumped into what may be a serious bug. Or it may be that I'm just > doing something dumb. :-) > > For some reason, response.sendRedirect and response.sendEr

Possible Servlet 3.0 AsyncContext bug in Tomcat 7.0.x

2011-05-12 Thread dcheckoway
-Servlet-3.0-AsyncContext-bug-in-Tomcat-7.0.x-tp31603627p31603627.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Possible Servlet 3.0 AsyncContext bug in Tomcat 7.0.x

2011-05-12 Thread Dan Checkoway
Hello, I recently started working with Servlet 3.0 async stuff with Tomcat 7.0.12, and I bumped into what may be a serious bug. Or it may be that I'm just doing something dumb. :-) For some reason, response.sendRedirect and response.sendError are not producing expected behavior when using an As