mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
cookie clear & ip support
This commit is contained in:
@@ -136,7 +136,10 @@ public class MaxKeyMvcConfig implements WebMvcConfigurer {
|
||||
.addPathPatterns("/authz/credential/**")
|
||||
.addPathPatterns("/authz/oauth/v20/approval_confirm/**")
|
||||
.addPathPatterns("/authz/oauth/v20/authorize/approval/**")
|
||||
.addPathPatterns("/logon/oauth20/bind/**");
|
||||
.addPathPatterns("/logon/oauth20/bind/**")
|
||||
.addPathPatterns("/logout")
|
||||
.addPathPatterns("/logout/**")
|
||||
;
|
||||
|
||||
_logger.debug("add Permission Interceptor");
|
||||
|
||||
|
||||
@@ -114,6 +114,8 @@ public class MaxKeyMgtMvcConfig implements WebMvcConfigurer {
|
||||
|
||||
.addPathPatterns("/file/upload/")
|
||||
|
||||
.addPathPatterns("/logout")
|
||||
.addPathPatterns("/logout/**")
|
||||
;
|
||||
|
||||
_logger.debug("add PermissionAdapter");
|
||||
|
||||
Reference in New Issue
Block a user