Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.5.0-beta2
-
None
Description
OAuth2TokenPersistence can be created without an encrypter. If this is done, and setSecret is called, there is a NullPointerException. This method does not check for a non-null encrypter – other methods do.