Re: Async servlet et Request.recycle problem

2011-04-23 Thread Mark Thomas
On 23/04/2011 21:53, Mark Thomas wrote: > On 16/04/2011 13:24, Boillod Manuel wrote: >> Hi, >> >> I've a simple use case which reproduce marc's problem > > Thanks for the test case. This looks like a bug. I'm currently working > on a fix. Fixed. Will be included in 7.0.13 onwards. Mark --

Re: Async servlet et Request.recycle problem

2011-04-23 Thread Mark Thomas
On 16/04/2011 13:24, Boillod Manuel wrote: > Hi, > > I've a simple use case which reproduce marc's problem Thanks for the test case. This looks like a bug. I'm currently working on a fix. Mark - To unsubscribe, e-mail: users-

Re: Async servlet et Request.recycle problem

2011-04-15 Thread killbulle
Konstantin Kolinko wrote: > > 2011/4/15 killbulle : >> >> Hi the list, >> i have a  problem with asyncServlet with tomcat 7.0.11/.12 >> i have an async servlet who return a 400 , >> i'am pretty sure that i do the startAsync et async.complete are called, >> but >> when i follow the request flow i

Re: Async servlet et Request.recycle problem

2011-04-15 Thread Konstantin Kolinko
2011/4/15 killbulle : > > Hi the list, > i have a  problem with asyncServlet with tomcat 7.0.11/.12 > i have an async servlet who return a 400 , > i'am pretty sure that i do the startAsync et async.complete are called, but > when i follow the request flow in debugger, it seem that request.recycle i