Switched from InMemoryUsers- to JdbcUsersConnectionRepository with H2
authorKai Moritz <kai@juplo.de>
Mon, 1 Feb 2016 09:02:59 +0000 (10:02 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 26 May 2016 13:50:14 +0000 (15:50 +0200)
This only works, if you have the full strength version of the Java
Cryptographic Exctension (JCE) installed, since Spring Security is using
a 256-bit key.

See http://stackoverflow.com/a/17637354 for a full explanation.


No differences found