SNAT地址池添加一条动态地址池信息

app域名特征添加拦截强度

(cherry picked from commit 1d71820d1ee3fbd21f201af14781849de9fb75a3)

(cherry picked from commit e14cca6824)
This commit is contained in:
leijun
2019-01-23 10:33:55 +00:00
committed by 王鑫
parent 498fee3727
commit 3e706f7027
6 changed files with 48 additions and 5 deletions

View File

@@ -1427,6 +1427,10 @@ public class AppCfgService extends BaseService {
String userRegion = "APP_ID=" + entity.getAppCode() + Constants.USER_REGION_SPLIT + "DOMAIN_ID="
+ entity.getCompileId() + Constants.USER_REGION_SPLIT + "DOMAIN_STR="
+ keywordsEscape(entity.getCfgKeywords());
if(!StringUtil.isEmpty(entity.getUserRegion5())){
userRegion+=";"+Constants.INTERCEPT_DOMAN_INTENSITY_USER_REGION_KEY+"="+entity.getUserRegion5();
}
maatCfg.setUserRegion(userRegion);
configCompileList.add(maatCfg);
maatBean.setConfigCompileList(configCompileList);