修正interceptPolicy默认值:MirrorClientVersions
This commit is contained in:
@@ -859,7 +859,7 @@ public class ExportExcel {
|
||||
//fail_method
|
||||
if("ssl_ver_mirror_client".equals(headerStr)) {
|
||||
commentStr="";
|
||||
defaultValue="0";
|
||||
defaultValue="1";
|
||||
commentStr=msgProp.getProperty("select")+":\n"+commentStr;
|
||||
index++;
|
||||
commentStr+=1+"("+msgProp.getProperty("yes")+")\n";
|
||||
|
||||
@@ -730,8 +730,8 @@ public class CheckIpFormatThread implements Callable<String>{
|
||||
map=new HashMap<>();
|
||||
|
||||
if(mirrorClient==null) {
|
||||
mirrorClient=0;
|
||||
map.put("mirror_client", 0);
|
||||
mirrorClient=1;
|
||||
map.put("mirror_client", 1);
|
||||
}else {
|
||||
if(mirrorClient!=0&&mirrorClient!=1) {
|
||||
errInfo.append(String.format(prop.getProperty("is_incorrect"),
|
||||
|
||||
@@ -676,8 +676,8 @@ public class CheckStringFormatThread implements Callable<String>{
|
||||
map=new HashMap<>();
|
||||
|
||||
if(mirrorClient==null) {
|
||||
mirrorClient=0;
|
||||
map.put("mirror_client", 0);
|
||||
mirrorClient=1;
|
||||
map.put("mirror_client", 1);
|
||||
}else {
|
||||
if(mirrorClient!=0&&mirrorClient!=1) {
|
||||
errInfo.append(String.format(prop.getProperty("is_incorrect"),
|
||||
|
||||
Reference in New Issue
Block a user