From b6823ded6e06978d5a28018996ed0f61fc121b98 Mon Sep 17 00:00:00 2001 From: datagear Date: Wed, 19 Sep 2018 20:26:47 +0800 Subject: [PATCH] =?UTF-8?q?[web]error.jsp=E7=A7=BB=E9=99=A4=20isErrorPage?= =?UTF-8?q?=3D"true"=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=AE=83=E4=BC=9A=E5=AF=BC?= =?UTF-8?q?=E8=87=B4[webembd]=E8=BF=90=E8=A1=8C=E6=97=B6=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=A4=9F=E6=AD=A3=E7=A1=AE=E8=BF=94=E5=9B=9E=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datagear-web/src/main/webapp/WEB-INF/jsp/error.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datagear-web/src/main/webapp/WEB-INF/jsp/error.jsp b/datagear-web/src/main/webapp/WEB-INF/jsp/error.jsp index 30ae610e..16311530 100644 --- a/datagear-web/src/main/webapp/WEB-INF/jsp/error.jsp +++ b/datagear-web/src/main/webapp/WEB-INF/jsp/error.jsp @@ -3,7 +3,7 @@ * Copyright (c) 2018 by datagear.org. */ --%> -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isErrorPage="true"%> +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ include file="include/jsp_import.jsp" %> <%@page import="org.springframework.web.context.support.WebApplicationContextUtils"%> <%@page import="org.springframework.web.context.WebApplicationContext"%>