修正intercept Policy菜单keyring默认值为1
This commit is contained in:
@@ -830,7 +830,7 @@ public class ConfigConvertUtil {
|
||||
}else if(serviceId.equals(512)){
|
||||
if(userRegionMap.isEmpty()){
|
||||
//keyring
|
||||
userRegionMap.put("keyring", 0);
|
||||
userRegionMap.put("keyring", 1);
|
||||
Map<String,Object> map = new HashMap();
|
||||
//exclusions
|
||||
map.put("ev_cert", 0);
|
||||
|
||||
@@ -603,7 +603,7 @@ public class CheckIpFormatThread implements Callable<String>{
|
||||
prop.getProperty("pxy_intercept_monit_keyring") + " ") + ";");
|
||||
}
|
||||
}else {
|
||||
userRegionMap.put("keyring", 0);
|
||||
userRegionMap.put("keyring", 1);
|
||||
}
|
||||
if(evCet!=null) {
|
||||
if(evCet!=0&&evCet!=1) {
|
||||
|
||||
@@ -549,7 +549,7 @@ public class CheckStringFormatThread implements Callable<String>{
|
||||
prop.getProperty("pxy_intercept_monit_keyring") + " ") + ";");
|
||||
}
|
||||
}else {
|
||||
userRegionMap.put("keyring", 0);
|
||||
userRegionMap.put("keyring", 1);
|
||||
}
|
||||
if(evCet!=null) {
|
||||
if(evCet!=0&&evCet!=1) {
|
||||
|
||||
Reference in New Issue
Block a user