Spring Security 4.1.1 Released
Learn about the release of Spring Security 4.1.1. which resolves over 50 issues and adds a deep integration with Spring MVC.
Join the DZone community and get the full member experience.
Join For FreeI’m pleased to announce the release of Spring Security 4.1.1.RELEASE which resolves over 50 issues. There are lots of bug fixes, but there are also a few notable enhancements.
- MvcRequestMatcher provides deep integration with Spring MVC to ensure consistent path matching strategies for authorization rules
- CORS Support that can leverage Spring MVC’s CORS configuration
- CookieCsrfTokenRepository.withHttpOnlyFalse() for easily integrating with AngularJS applications
Feedback Please
Without the community we couldn’t be the successful project we are today. I’d like to thank everyone that created issues and provided feedback. You can also contribute if you find our work valuable.
Published at DZone with permission of Rob Winch. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments