具有路径变量和蚂蚁匹配器的Spring Security自定义方法

具有路径变量和蚂蚁匹配器的Spring Security自定义方法,第1张

具有路径变量和蚂蚁匹配器的Spring Security自定义方法

您可以访问路径变量,只需在它们前面加上即可

#
。在您的情况下,正确的语法应为:

.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



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5123327.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-17
下一篇 2022-11-17

发表评论

登录后才能评论

评论列表(0条)

保存