1
- <%@ page contentType =" text/html; charset=utf-8" pageEncoding =" utf-8" %>
2
- <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
3
- <%@ taglib uri =" http://java.sun.com/jsp/jstl/functions" prefix =" fn" %>
4
- <%@ taglib prefix =" spring" uri =" http://www.springframework.org/tags" %>
5
- <!DOCTYPE html>
6
- <html >
7
- <head >
8
- <meta charset =" utf-8" >
9
- <title >▒▒▒ eGovFrame Potal 온라인 지원 포탈 ▒▒▒</title >
10
- <link href =" <c:url value='/css/egovframework/com/com.css' />" rel =" stylesheet" type =" text/css" />
11
-
12
- <script language =" javascript" >
13
- function fncGoAfterErrorPage (){
14
- history .back (- 2 );
15
- }
16
- </script >
17
- </head >
18
- <body >
19
- <div style =" width : 1000px ; margin : 50px auto 50px ;" >
20
- <p style =" font-size : 18px ; color : #000 ; margin-bottom : 10px ; " ><img src =" <c:url value='/images/egovframework/com/cmm/er_logo.jpg' />" width =" 379" height =" 57" /></p >
21
- <div style =" border : ppx solid #666 ; padding : 20px ;" >
22
- <!-- Xss(Cross Site Scripting) Error -->
23
- <p style =" color :red ; margin-bottom : 8px ; " >User authorization Error</p >
24
-
25
- <div class =" boxType1" style =" width : 700px ;" >
26
- <div class =" box" >
27
- <div class =" error" >
28
- <p class =" title" >${ exception. message } </p >
29
- <p class =" cont mb20" ><spring:message code =" ${ exception. messageKey } " /><br /></p >
30
- <span class =" btn_style1 blue" ><a href =" javascript:fncGoAfterErrorPage();" >이전 페이지</a ></span >
31
- </div >
32
- </div >
33
- </div >
34
- </div >
35
- </div >
36
-
37
- </body >
38
- </html >
1
+ <%@ page isELIgnored="false" language =" java" contentType =" text/json; charset=UTF-8" pageEncoding =" UTF-8" trimDirectiveWhitespaces="true" autoFlush =" true" %>
2
+ <%@ taglib prefix =" form" uri =" http://www.springframework.org/tags/form" %>
3
+ <%@ taglib prefix =" fmt" uri =" http://java.sun.com/jsp/jstl/fmt" %>
4
+ <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
5
+ <%@ taglib prefix =" sql" uri =" http://java.sun.com/jsp/jstl/sql" %>
6
+ <%@ taglib prefix =" fn" uri =" http://java.sun.com/jsp/jstl/functions" %>
7
+ <%@ taglib prefix =" x" uri =" http://java.sun.com/jsp/jstl/xml" %>
8
+ {
9
+ "error":"User authorization Error"
10
+ }
0 commit comments