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