permitAll « Security « Spring Q&A





1. How do I get permitAll in Spring Security to NOT throw AuthenticationCredentials?    forum.springsource.org

How do I get permitAll in Spring Security to NOT throw AuthenticationCredentials? I have a controller that has many actions, but one of the actions I want to let anyone in ...