users@jersey.java.net

Best way to deal with authentication

From: Frédéric Bouquet <bouquet.frederic_at_gmail.com>
Date: Fri, 28 May 2010 15:14:52 +0200

Hi,

Is there a better way to deal with authentication than filters ?

With filters, is there a way to say that a resource don't need an
authentication ? In web.xml by saying don't filter this resource or at
lower level with pattern matching in the filter class ?

Thanks,

Fred