Skip to content

Commit

Permalink
[ Developer Portal ( Based By TSF ) - 기존 Error JSP 를 json 으로 변경 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
jstree committed Jul 9, 2019
1 parent 4dcbc43 commit 34d2c4d
Showing 1 changed file with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
<%@ page isELIgnored="false" language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" autoFlush="true"%>
<%@ page isELIgnored="false" language="java" contentType="text/json; charset=UTF-8" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" autoFlush="true"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Access Denied Page</title>
</head>
<body>
<h2> Access Denied </h2>
<br/>${message}<br/>

Click here for<a href="<c:url value="/login" />"> Login</a>
</body>
</html>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"%>
{
"error":"Access Denied"
}

0 comments on commit 34d2c4d

Please sign in to comment.