forked from p81075629/datagear
[web]error.jsp移除 isErrorPage="true"设置,它会导致[webembd]运行时不能够正确返回响应错误码
This commit is contained in:
parent
99f9ba2cab
commit
b6823ded6e
|
@ -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"%>
|
||||
|
|
Loading…
Reference in New Issue