We've just published new versions of the thymeleaf-extras-springsecurity3 and thymeleaf-extras-springsecurity4 integration packages:
* Version
3.0.1.RELEASE for Thymeleaf 3.0.x
* Version
2.1.3.RELEASE for Thymeleaf 2.1.x
These are bugfixing versions that should be usable as drop-in replacements of the previous 3.0.0.RELEASE and 2.1.3.RELEASE versions, respectively.
Specifically, the new versions improve the way in which the WebApplicationContext used for evaluating authorization expressions is obtained (by allowing the use of a application context registered as a ServletContext attribute with a non-root name) and also allow the use of a PrivilegeEvaluator registered as a request attribute (instead of an application context bean) for URL-based authorization evaluation.
See it at our ecosystem page:
http://www.thymeleaf.org/ecosystem.html#thymeleaf-spring-securityOr go directly to the project's page on GitHub:
https://github.com/thymeleaf/thymeleaf-extras-springsecurityAlso, to celebrate we've updated our article (+ example application)
"Thymeleaf + Spring Security integration basics". Check it out here:
http://www.thymeleaf.org/doc/articles/springsecurity.htmlRegards,
Daniel