353285 - ServletSecurity annotation ignored

This commit is contained in:
Jan Bartel 2011-07-29 12:03:35 +10:00
parent 93cc111a02
commit 6081e74fe6
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
jetty-8.0.0.RC0-SNAPSHOT
+ Merge from jetty-7.4.3
+ Enable annotations by default
+ 353285 ServletSecurity annotation ignored
jetty-8.0.0.M3 27 May 2011
+ 324505 Implement API login

View File

@ -46,6 +46,7 @@ public class AnnotationDecorator implements Decorator
_introspector.registerHandler(new PreDestroyAnnotationHandler(context));
_introspector.registerHandler(new DeclareRolesAnnotationHandler(context));
_introspector.registerHandler(new MultiPartConfigAnnotationHandler(context));
_introspector.registerHandler(new ServletSecurityAnnotationHandler(context));
}
/* ------------------------------------------------------------ */