1、修正网站、文件传输提交审核时区域IP列表为空的BUG;
2、修改HTTP的配置域标识,与服务接口端统一。 Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
@@ -63,7 +63,14 @@ public class AreaIpCfg extends BaseIpCfg {
|
||||
this.srcPort="0";
|
||||
this.destPort="0";
|
||||
this.direction=0;
|
||||
this.destIpAddress="0.0.0.0";
|
||||
if(this.ipType!=null && (this.ipType==4||this.ipType==46)){
|
||||
this.destIpAddress="0.0.0.0";
|
||||
}else if(this.ipType!=null && (this.ipType==6 || this.ipType==64)){
|
||||
this.destIpAddress="::";
|
||||
}else{
|
||||
this.destIpAddress="0.0.0.0";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user