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
- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Async-servlet-et-Request.recycle-p

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

Async servlet et Request.recycle problem

2011-04-15 Thread killbulle
alled(coyoteAdapter.service) so following request are getting wrong mapping. Does i ' need to call another méthod in the async model ? Regards marc -- View this message in context: http://old.nabble.com/Async-servlet-et-Request.recycle-problem-tp31404432p31404432.html Sent from the Tomcat - User mailing list