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 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

Reply via email to