恢复之前的定时任务配置取消不走综合服务的问题;
去掉英文国际化的合并记录
This commit is contained in:
@@ -554,7 +554,7 @@ public class HttpRedirectCfgService extends CrudService<WebsiteCfgDao,CfgIndexIn
|
|||||||
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
|
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
|
||||||
logger.info("http配置下发响应信息:"+result.getMsg());
|
logger.info("http配置下发响应信息:"+result.getMsg());
|
||||||
|
|
||||||
}else if(isAudit==3 && entity.getIsValid() == 1) {
|
}else if(isAudit==3) {
|
||||||
maatCfg.setCompileId(entity.getCompileId());
|
maatCfg.setCompileId(entity.getCompileId());
|
||||||
maatCfg.setServiceId(entity.getServiceId());
|
maatCfg.setServiceId(entity.getServiceId());
|
||||||
maatCfg.setIsValid(0);//无效
|
maatCfg.setIsValid(0);//无效
|
||||||
|
|||||||
@@ -410,7 +410,7 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
|
|||||||
logger.error("欺骗IP池配置配置下发失败",e);
|
logger.error("欺骗IP池配置配置下发失败",e);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}else if(entity.getIsAudit()==3 && entity.getIsValid() == 1) {
|
}else if(entity.getIsAudit()==3) {
|
||||||
PxyObjSpoofingIpPool cfg = new PxyObjSpoofingIpPool();
|
PxyObjSpoofingIpPool cfg = new PxyObjSpoofingIpPool();
|
||||||
cfg.setIsValid(0);
|
cfg.setIsValid(0);
|
||||||
cfg.setCompileId(pool.getCompileId());
|
cfg.setCompileId(pool.getCompileId());
|
||||||
@@ -592,7 +592,7 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
|
|||||||
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
|
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
|
||||||
logger.info("intercept IP/DNS 配置下发响应信息:"+result.getMsg());
|
logger.info("intercept IP/DNS 配置下发响应信息:"+result.getMsg());
|
||||||
|
|
||||||
}else if(isAudit==3 && entity.getIsValid() == 1) {
|
}else if(isAudit==3) {
|
||||||
maatCfg.setCompileId(entity.getCompileId());
|
maatCfg.setCompileId(entity.getCompileId());
|
||||||
maatCfg.setServiceId(entity.getServiceId());
|
maatCfg.setServiceId(entity.getServiceId());
|
||||||
maatCfg.setIsValid(0);//无效
|
maatCfg.setIsValid(0);//无效
|
||||||
|
|||||||
@@ -741,7 +741,7 @@ public class IpCfgService extends CrudService<IpCfgDao, BaseIpCfg> {
|
|||||||
throw new RuntimeException(
|
throw new RuntimeException(
|
||||||
"<spring:message code=\"request_service_failed\"/>:" + props.getProperty("unknown_cfg_type"));
|
"<spring:message code=\"request_service_failed\"/>:" + props.getProperty("unknown_cfg_type"));
|
||||||
}
|
}
|
||||||
} else if (isAudit == 3 && entity.getIsValid() == 1) {
|
} else if (isAudit == 3) {
|
||||||
if (maatType == Constants.CALLBACK_TYPE) {
|
if (maatType == Constants.CALLBACK_TYPE) {
|
||||||
List<InlineIp> ipList = new ArrayList<>();
|
List<InlineIp> ipList = new ArrayList<>();
|
||||||
for (IpPortCfg cfg : entity.getIpPortList()) {
|
for (IpPortCfg cfg : entity.getIpPortList()) {
|
||||||
|
|||||||
@@ -1515,7 +1515,6 @@ src_ip_pattern=Client IP Pattern
|
|||||||
dest_ip_pattern=Server IP Pattern
|
dest_ip_pattern=Server IP Pattern
|
||||||
src_port_pattern=Client Port Pattern
|
src_port_pattern=Client Port Pattern
|
||||||
dest_port_pattern=Server Port Pattern
|
dest_port_pattern=Server Port Pattern
|
||||||
<<<<<<< develop_20190508_branch
|
|
||||||
url_group_configuration=URL Group Configuration
|
url_group_configuration=URL Group Configuration
|
||||||
dns_keyword_group_configuration=DNS Keyword Group Configuration
|
dns_keyword_group_configuration=DNS Keyword Group Configuration
|
||||||
app_ip_correlation=APP IP Correlation
|
app_ip_correlation=APP IP Correlation
|
||||||
|
|||||||
Reference in New Issue
Block a user