Spring Security 4.1.0.RC2 Released
On behalf of the community, I'm pleased to announce the release of Spring Security 4.1.0.RC2. This release resolved over 60 tickets.
What's New in 4.1
You can find a good summary of What's New in Spring Security 4.1 in the reference documentation.
Contributions
Without the community we couldn't be the successful project we are today. I'd like to thank everyone that created issues & provided feedback. A special thanks to the following people who provided pull requests for this release:
- #51 - SEC-1932 Add Pbkdf2PasswordEncoder Thanks Rob Worsnop
- #180 - Allow setting alwaysRemember from RememberMeConfigurer Thanks Leon Radley
- #183 - Remove duplicate test. Thanks Johnny Lim
- #193 - Fix corrupted character and add formatting per the duplicated text block Thanks Art O Cathain
- #196 - SEC-2978: fix typos in documentation Thanks Soeun Park
- #197 - Update HttpSecurity.java logout() sample code Thanks Jeffrey Walraven
- #228 - Fix typos Thanks Johnny Lim
- #3764 - Authentication Success and Failure Handlers in AbstractPreAuthenticatedProcessingFilter Thanks Shazin Sadakath
- #3777 - Content Negotiating Logout Success Handler #3282 Thanks …