Commit Graph

4 Commits

Author SHA1 Message Date
eugenp f7df607efa minor maven upgrades 2014-08-08 20:42:29 +03:00
eugenp bb662b4252 cleanup work (mostly formating) 2014-06-04 12:14:34 +02:00
corsoft dd020af30a Updated spring-security-mvc-persisted
Updated spring-security-mvc-persisted - added login error message if
unknown user, and switched default H2 database to be embedded
in-memory. Added explicit sql creation script to automatically create
table on deployment (for some reason the createTableOnStartup flag in
the jdbcTokenRepository didn’t work with embedded H2)
2014-05-31 16:39:21 +01:00
corsoft 7b7b5ae49f Initial commit of Persisted Remember-Me Example
Initial commit - project copied from spring-security-mvc-custom and
modified. Added PersistedToken remember me configuration (in xml and
annotated classes), and some minor refactoring. This version works with
PostgreSQL or H2 (configured in DatabaseConfig.java).
2014-05-30 22:55:17 +01:00