验证代理对象的证书是否被拦截策略引用,如被引用,则证书配置不能取消。

This commit is contained in:
zhangwei
2019-01-18 20:21:04 +06:00
parent 698fd13a65
commit 3c61dc7bad
5 changed files with 68 additions and 2 deletions

View File

@@ -54,6 +54,10 @@ public class HttpRedirectCfgService extends CrudService<WebsiteCfgDao,CfgIndexIn
@Autowired
protected StringCfgDao stringCfgDao;
public List<CfgIndexInfo> getCfgIndexInfos(CfgIndexInfo entity){
return websiteCfgDao.getCfgIndexInfos(entity);
}
public CfgIndexInfo getHttpCfg(Long cfgId,Integer compileId){
CfgIndexInfo entity = websiteCfgDao.getCfgIndexInfo(cfgId,compileId);
List<HttpUrlCfg> httpUrlList = websiteCfgDao.getHttpUrlList(entity);