No, not yet. My @secure annotations are ignored, seems like there's still some magic XML I need to find out about.
public class SpringSecurityTest {
@Secured({"ROLE_ADMIN"})
public...
Type: Posts; User: svanvoor; Keyword(s):
No, not yet. My @secure annotations are ignored, seems like there's still some magic XML I need to find out about.
public class SpringSecurityTest {
@Secured({"ROLE_ADMIN"})
public...
So how do we configure spring 2.0.0 to work with annotations? The example application context file (applicationContext-acegi-security.xml in spring-security-samples-tutorial-2.0.0.war) still contains...