Hi, I want to create some kind of authorization filter in my Jetty 9 application. This filter will ask external service to verify user credentials so I think it's good idea to make this call asynchronously.
Is it possible to create asyncContext in Filter, call some external service asynchronously and then in onComplete callback call chain.doFilter(request, response)? -- Kamil Gorlo _______________________________________________ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users