关于thymeleaf使用springsecurity表达式 sec:authentication=“name“取不到值问题

博客探讨了在使用Thymeleaf时遇到的Spring Security表达式sec:authentication无法获取值的问题,原因是Thymeleaf的security扩展版本与Spring Security版本不匹配。解决方案包括确保导入的Thymeleaf和Thymeleaf Extras SpringSecurity版本对应正确,如Thymeleaf 3.x对应Spring Security 5.x,同时检查Spring Boot启动器中Thymeleaf的版本是否也需要升级以匹配其他依赖。
摘要由CSDN通过智能技术生成

欢迎访问我的个人博客:guqing’s blog

首先检查你导入的SpringSecurity版本在这里插入图片描述
如果是五版本那么导入的thymeleaf的security扩展也要是五版本才能匹配,取不到值得原因是扩展版本不匹配

<dependency>
    <groupId>org.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-springsecurity5</artifactId>
    <version>3.0.4.RELEASE</version>
</dependency>

根据官方的说法;

This is a thymeleaf extras module, not a part of the Thymeleaf core (and as such following its own versioning schema), but fully supported by the Thymeleaf team.
This repository contains 3 projects:
thymeleaf-extras-springsecurity3 for integration with Spring Security 3.x
thymeleaf-extras-springsecurity4 for integration with Spring Security 4.x
thymeleaf-extras-springsecurity5 for integration with Spring Security 5.x
Current versions:
Version 3.0.4.RELEASE - for Thymeleaf 3.0 (requires Thymeleaf 3.0.10+)
Version 2.1.3.RELEASE - for Thymeleaf 2.1 (requires Thymeleaf 2.1.2+)

thymeleaf-extras-springsecurity3版本只匹配Spring Security 3.x同理4和5版本也是。
如果SpringBoot的版本是1.x,那么还需要注意使用spring boot的thymeleaf启动器引入的thymeleaf的版本也过低需要将版本升级一下。然后同上检查Security 的版本匹配就可以取到值了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值