users@jersey.java.net

_at_ServletSecurity and Application classes?

From: Moises Lejter <moilejter_at_gmail.com>
Date: Thu, 11 Feb 2010 12:34:39 -0600

Hi!

I found out just recently that the Servlets 3.0 spec added annotations
(@ServletSecurity and so on) to capture security constraints declaratively,
rather than in the web.xml file.

As I understand it, though, Jersey doesn't understand this, yet, so I would
need to capture such constraints on web.xml, still - but between
@ApplicationPath and @ServletSecurity, I would not need to tinker with
web.xml any more...

Anyone know whether I am just behind the times, or what the plans might be
to add such support to Jersey?

Thank you!

Moises