File tree 1 file changed +9
-13
lines changed
web-module/src/main/webapp/WEB-INF/jsp/egovframework/com/ext/jstree/support/security
1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
- <%@ page isELIgnored="false" language =" java" contentType =" text/html; charset=UTF-8" pageEncoding =" UTF-8" trimDirectiveWhitespaces="true" autoFlush =" true" %>
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" %>
2
4
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
3
- <html >
4
- <head >
5
- <meta http-equiv =" Content-Type" content =" text/html; charset=ISO-8859-1" >
6
- <title >Access Denied Page</title >
7
- </head >
8
- <body >
9
- <h2 > Access Denied </h2 >
10
- <br />${ message } <br />
11
-
12
- Click here for<a href =" <c:url value=" /login " />" > Login</a >
13
- </body >
14
- </html >
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":"Access Denied"
10
+ }
You can’t perform that action at this time.
0 commit comments