Squarespace / jersey2-guice

Jersey 2.0 w/ Guice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async support?

vmaliwal opened this issue · comments

I have not tested it but does this work with Async Servlets?

It should (see link) but there will be most likely problems with Guice's @RequestScoped and anything else that uses ThreadLocal.

b76b199

Got it! Thanks