diff --git a/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp b/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp index fba077474..d955750be 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp @@ -23,6 +23,8 @@ $("#intype").val("${cfg.httpReqBody.cfgKeywords}"); }else if("${cfg.httpResBody.cfgKeywords}"){ $("#intype").val("${cfg.httpResBody.cfgKeywords}"); + }else if("${cfg.httpUrl.cfgKeywords}"){ + $("#intype").val("${cfg.httpUrl.cfgKeywords}"); }else{ $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); }