Skip to content

Commit 34d2c4d

Browse files
committed
[ Developer Portal ( Based By TSF ) - 기존 Error JSP 를 json 으로 변경 ]
[SmartCommit] SP-535 #close #time 1h +review SR @dongmin.lee #comment TSF - 기존 Error JSP 를 json 으로 변경 [Document] http://www.313.co.kr/confluence/display/WIKI/1.0+jsTree+Service+Framework [IssueTracker] http://www.313.co.kr/jira/browse/SP-535 [VersionControl] https://github.com/jstree/jsTree-Service-Framework-Backend-App [CodeReview] http://www.313.co.kr/fecru/changelog/jsTreeServiceFrameworkBackendAppRepo [BuildManager] http://www.313.co.kr/bamboo/browse/STAN-RC [ArtifactManager] http://www.313.co.kr/nexus/content/repositories/StandardProject/ [CodeAnalysis] http://www.313.co.kr/sonar/dashboard/index/4772 [Docker] https://hub.docker.com/r/313devgrp/jstree-service-framework-backend-app/
1 parent 4dcbc43 commit 34d2c4d

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 numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
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"%>
24
<%@ 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+
}

0 commit comments

Comments
 (0)