Spring Security Plugin Introduction
#11 on Aug 11, 2010
Demonstrates how to get started with the Spring Security core plugin by adding access control to an existing application. Learn how to protect your application's pages and make your user interface security aware.
Tags: springsecurity security
Download 11m 14s, 40.3M




The model for the SecUser now encodes the password by default, which means that doing it again in BootStrap is no longer necessary. Took me a while to figure out what I was doing wrong.
Hope that helps,
JB
Post a Comment