mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-21 02:57:23 +08:00
refactor: 重构相关 starter 包的防火墙过滤器代价
This commit is contained in:
@@ -187,9 +187,9 @@ public class SaTokenConsts {
|
||||
public static final int ASSEMBLY_ORDER = -100;
|
||||
|
||||
/**
|
||||
* 请求 path 校验过滤器的注册顺序
|
||||
* 防火墙校验过滤器的注册顺序
|
||||
*/
|
||||
public static final int PATH_CHECK_FILTER_ORDER = -1000;
|
||||
public static final int FIREWALL_CHECK_FILTER_ORDER = -1000;
|
||||
|
||||
/**
|
||||
* Content-Type key
|
||||
|
Reference in New Issue
Block a user