This week Spring IO team has announced the release of Spring Security 3.2.3 with vet few bug fixes. The maven repository location is:
<dependencies> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>3.2.3.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>3.2.3.RELEASE</version> </dependency> </dependencies>
The following are the fixes in this release:
- A fix to Java Configuration to work with Spring Boot.
- A fix to Java Configuration that when CSRF protection is disabled allows remembering the last page prior to authenticating when it is a POST to work with JSF.
Also Read: