I'm using Tomcat 7.0.8.

I have a servlet with a doGet method that has a @DenyAll annotation applied to it.

However, when I run the servlet, it seems to make no difference, and doGet is still called.

It was my understanding that @DenyAll was supposed to prevent access to the method on which it is applied.

Do I need to turn something on to get Tomcat to recognize the security annotations? I can't get any of the security annotations to do anything.

Thanks for any help,
Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to