users@jersey.java.net

Re: [Jersey] Jersey and (dynamic) basic authentication?

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.

http://download.java.net/maven/2/com/sun/jersey/samples/atompub-contacts-server/1.0.2/atompub-contacts-server-1.0.2-project.zip

Paul.