to integrate Jersey in Atmosphere, I'm currently trying to use a
ResourceFilter to manipulate the request/response flow. I also need to
filter both the request and response, so I've created class:
Using the latest trunk, I do see my create method invoked and the
Atmosphere annotation properly handled, but I don't see both the
ContainerRequest|ResponseFilter invoked. My web.xml defines: