首页 > 编程语言 > 详细

在SpringBoot中的SpringSecurity的配置类中,http.permitAll()与web.ignoring()的区别

时间:2020-05-02 23:43:59      阅读:563      评论:0      收藏:0      [点我收藏+]

虽然这两个都是继承WebSecurityConfigurerAdapter后重写的方法,但是http.permitAll不会绕开springsecurity的过滤器验证,相当于只是允许该路径通过过滤器,而web.ignoring是直接绕开spring security的所有filter直接跳过验证

在SpringBoot中的SpringSecurity的配置类中,http.permitAll()与web.ignoring()的区别

原文:https://www.cnblogs.com/kitor/p/12820081.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!