您可以访问路径变量,只需在它们前面加上即可
#。在您的情况下,正确的语法应为:
.antMatchers("/path/{token}/**").access("@myBean.authorise(#token)")
- 我不确定何时引入此功能,但我知道现在支持它。参考:[https](https://docs.spring.io/spring-
- security/site/docs/current/reference/htmlsingle/#el-access-web-path-variables)
- //docs.spring.io/spring-
security/site/docs/current/reference/htmlsingle/#el-access-web-path-
variables
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)