Switched to Encryptors.noOpText(), because of Illegal-key-size-issue
authorKai Moritz <kai@juplo.de>
Mon, 1 Feb 2016 11:14:52 +0000 (12:14 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 26 May 2016 13:50:14 +0000 (15:50 +0200)
commit5bb23cb020f40d07922e636ded0bb06c3c01109d
tree84bf76955e4ce393a312e425ee076aa823cb4a57
parent3ba0e06f2f52ca1959dccaa33e288369914571af
Switched to Encryptors.noOpText(), because of Illegal-key-size-issue

Spring requires a key-length of 256 bits, which is not available in the
JDK, because of US-export-restrictions.

Because Spring Security does not enable the configuration of the key-length,
the build was switched to a NoOpTextEncryptor, to circumvent this issue.

The only other easy way would have been, to require the user to install the
missing parts of the JDK by hand...

See http://stackoverflow.com/a/17637354 for a full explanation.
pom.xml
src/main/java/de/juplo/yourshouter/SocialConfig.java
src/main/resources/application.properties