fix #1894 encode url

This commit is contained in:
Shinsuke Sugaya 2018-11-06 06:42:25 +09:00
parent bdc7c1fded
commit 19e83d640b

View file

@ -14,7 +14,7 @@
</jsp:include>
<div id="content" class="content-wrapper">
<iframe id="contentFrame" src="<%=request.getContextPath()%>${serverPath}/_plugin/kopf/" seamless></iframe>
<iframe id="contentFrame" src="<%=request.getContextPath()%>${serverPath}<%= response.encodeURL("/_plugin/kopf/") %>" seamless></iframe>
</div>
<jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>