353285 - ServletSecurity annotation ignored
This commit is contained in:
parent
93cc111a02
commit
6081e74fe6
|
@ -1,6 +1,7 @@
|
||||||
jetty-8.0.0.RC0-SNAPSHOT
|
jetty-8.0.0.RC0-SNAPSHOT
|
||||||
+ Merge from jetty-7.4.3
|
+ Merge from jetty-7.4.3
|
||||||
+ Enable annotations by default
|
+ Enable annotations by default
|
||||||
|
+ 353285 ServletSecurity annotation ignored
|
||||||
|
|
||||||
jetty-8.0.0.M3 27 May 2011
|
jetty-8.0.0.M3 27 May 2011
|
||||||
+ 324505 Implement API login
|
+ 324505 Implement API login
|
||||||
|
|
|
@ -46,6 +46,7 @@ public class AnnotationDecorator implements Decorator
|
||||||
_introspector.registerHandler(new PreDestroyAnnotationHandler(context));
|
_introspector.registerHandler(new PreDestroyAnnotationHandler(context));
|
||||||
_introspector.registerHandler(new DeclareRolesAnnotationHandler(context));
|
_introspector.registerHandler(new DeclareRolesAnnotationHandler(context));
|
||||||
_introspector.registerHandler(new MultiPartConfigAnnotationHandler(context));
|
_introspector.registerHandler(new MultiPartConfigAnnotationHandler(context));
|
||||||
|
_introspector.registerHandler(new ServletSecurityAnnotationHandler(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
|
Loading…
Reference in New Issue