其他分享
首页 > 其他分享> > 在SpringBoot中的SpringSecurity的配置类中,http.permitAll()与web.ignoring()的区别

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

作者:互联网

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

标签:web,http,SpringBoot,permitAll,ignoring,过滤器,绕开
来源: https://www.cnblogs.com/kitor/p/12820081.html