From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Wed, 25 Mar 2009 09:58:26 +0100
On Mar 24, 2009, at 10:36 PM, Craig McClanahan wrote:
>
> An alternative approach that would be independent of any particular
> servlet container (but dependent on Jersey features) would be to
> write a Jersey per-request filter to perform the authentication and
> authorization duties. An example of this can be found in the
> samples/atompub-contacts-server in the Jersey sources.