Shinsuke Sugaya 6 år sedan
förälder
incheckning
19e83d640b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/webapp/WEB-INF/view/admin/dashboard/admin_dashboard.jsp

+ 1 - 1
src/main/webapp/WEB-INF/view/admin/dashboard/admin_dashboard.jsp

@@ -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>