Re: isAsyncStarted=true on ERROR dispatch

2016-07-13 Thread Rossen Stoyanchev
On Wed, Jul 13, 2016 at 12:46 PM, Rémy Maucherat wrote: > 2016-07-13 14:00 GMT+02:00 Violeta Georgieva : > > > Hi, > > > > I think the following part of the specification is important: > > > > " > > In the event that an asynchronous operation times out, the container must > > run through the foll

Re: isAsyncStarted=true on ERROR dispatch

2016-07-13 Thread Rémy Maucherat
2016-07-13 14:00 GMT+02:00 Violeta Georgieva : > Hi, > > I think the following part of the specification is important: > > " > In the event that an asynchronous operation times out, the container must > run through the following steps: > - Invoke the AsyncListener.onTimeout method on all the Async

Re: isAsyncStarted=true on ERROR dispatch

2016-07-13 Thread Rossen Stoyanchev
On Wed, Jul 13, 2016 at 8:00 AM, Violeta Georgieva wrote: > Hi, > > 2016-07-12 23:27 GMT+03:00 Rossen Stoyanchev : > > > > hi- > > > > Starting with Tomcat 8.0.35 when an async request times out, in a > > subsequent error dispatch request.isAsyncStarted() returns true. > Previously > > it returne

Re: isAsyncStarted=true on ERROR dispatch

2016-07-13 Thread Violeta Georgieva
Hi, 2016-07-12 23:27 GMT+03:00 Rossen Stoyanchev : > > hi- > > Starting with Tomcat 8.0.35 when an async request times out, in a > subsequent error dispatch request.isAsyncStarted() returns true. Previously > it returned false. > > The Servlet spec says: > If this request has been dispatched using

isAsyncStarted=true on ERROR dispatch

2016-07-12 Thread Rossen Stoyanchev
hi- Starting with Tomcat 8.0.35 when an async request times out, in a subsequent error dispatch request.isAsyncStarted() returns true. Previously it returned false. The Servlet spec says: If this request has been dispatched using one of the AsyncContext.dispatch methods since it was put in asynch