Community
Participate
Working Groups
Build Identifier: 8.0.0.M3 The new annotation @ServletSecurity is ignored by jetty 8.0.0.M3. After a quick look, a handler class exists in jetty-annotations (org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler) but never register to be used ! Register this handler in org.eclipse.jetty.annotations.AnnotationDecorator fix the problem. Reproducible: Always Steps to Reproduce: 1.Use @ServletSecurity annotation on a Servlet 2. 3.
Created attachment 200496 [details] An example of web application with the issue.
Created attachment 200497 [details] A patch to fix this issue.
Ooops. What an oversight! Thanks for pointing that out.