[web]error.jsp移除 isErrorPage="true"设置,它会导致[webembd]运行时不能够正确返回响应错误码

This commit is contained in:
datagear 2018-09-19 20:26:47 +08:00
parent 99f9ba2cab
commit b6823ded6e
1 changed files with 1 additions and 1 deletions

View File

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