thymeleaf-extras-springsecurity
thymeleaf-extras-springsecurity copied to clipboard
Thymeleaf "extras" integration module for Spring Security 3.x and 4.x
Hi, would be nice to get a new release for issue #69 so that we can get rid of the reported vulnerability in our products. Of course, we don't actually...
Bumps [spring-security-core](https://github.com/spring-projects/spring-security) from 5.6.1 to 5.6.4. Release notes Sourced from spring-security-core's releases. 5.6.4 :star: New Features Check Samples should run against the current artifacts #11200 :beetle: Bug Fixes Fix setServletContext...
Fixes: #85
When JPMS is in use, SpringVersion.getVersion() returns null. This prevents thymeleaf-extras-springsecurity6 from detecting Spring Framework 6.
Bump spring-security-web from 3.1.3.RELEASE to 5.2.10.RELEASE in /thymeleaf-extras-springsecurity3
Bumps [spring-security-web](https://github.com/spring-projects/spring-security) from 3.1.3.RELEASE to 5.2.10.RELEASE. Release notes Sourced from spring-security-web's releases. 5.2.10.RELEASE :beetle: Bug Fixes Add null check in CsrfFilter and CsrfWebFilter #9594 :hammer: Dependency Upgrades Update to nohttp...
Bumps `springsecurity.version` from 4.0.0.RELEASE to 5.4.1. Updates `spring-security-core` from 4.0.0.RELEASE to 5.4.1 Release notes Sourced from spring-security-core's releases. 5.4.1 :star: New Features Replace expired msdn link with latest web archive...
Bumps `springsecurity.version` from 3.1.3.RELEASE to 5.4.1. Updates `spring-security-core` from 3.1.3.RELEASE to 5.4.1 Release notes Sourced from spring-security-core's releases. 5.4.1 :star: New Features Replace expired msdn link with latest web archive...
Bump spring-security-web from 4.0.0.RELEASE to 5.2.10.RELEASE in /thymeleaf-extras-springsecurity4
Bumps [spring-security-web](https://github.com/spring-projects/spring-security) from 4.0.0.RELEASE to 5.2.10.RELEASE. Release notes Sourced from spring-security-web's releases. 5.2.10.RELEASE :beetle: Bug Fixes Add null check in CsrfFilter and CsrfWebFilter #9594 :hammer: Dependency Upgrades Update to nohttp...
I have a Spring Boot 2.3.1 application that uses thymeleaf-extras-springsecurity5. The `sec:authorize="isAnonymous()"` it's not workning when user is no logged in. The `sec:authorize="isAuthenticated()"` works fine, after I login, the button...
### Summary I'm using Spring Cloud Gateway (which uses Webflux), but there is a bug which is preventing me displaying content to ONLY those who are not logged in (using...