_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
Thanks for the help. I also finally found out why my dispatch in
onTimeout() not worked, I used startAsync(req, resp) ... but the request
was a wrapped one that does some modification to the getPath and thus my
code was not called because the path did not match anymore on the
Async-Dispatch and so the call was routed to another application handler.
I'm now using startAsync() without parameters what seems to always use
the original request and everything works now as expected with the dispatch.
- [jetty-users] Threading issue with AsyncListener.onTim... Christoph Läubrich
- Re: [jetty-users] Threading issue with AsyncListe... Simone Bordet
- Re: [jetty-users] Threading issue with AsyncL... Christoph Läubrich
- Re: [jetty-users] Threading issue with As... Simone Bordet
- Re: [jetty-users] Threading issue wit... Simone Bordet
- Re: [jetty-users] Threading issue wit... Christoph Läubrich
- Re: [jetty-users] Threading issu... Simone Bordet
- Re: [jetty-users] Threading ... Christoph Läubrich
