Index: web-module/src/main/webapp/WEB-INF/jsp/egovframework/com/ext/jstree/support/security/accessdenied.jsp =================================================================== diff -u -rea1dccd798dbd45e46639497ea6efffdb07a8264 -r34d2c4d2bbcb0336ed026d377b3645b7b06aceda --- web-module/src/main/webapp/WEB-INF/jsp/egovframework/com/ext/jstree/support/security/accessdenied.jsp (.../accessdenied.jsp) (revision ea1dccd798dbd45e46639497ea6efffdb07a8264) +++ web-module/src/main/webapp/WEB-INF/jsp/egovframework/com/ext/jstree/support/security/accessdenied.jsp (.../accessdenied.jsp) (revision 34d2c4d2bbcb0336ed026d377b3645b7b06aceda) @@ -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"%> - - - - Access Denied Page - - -

Access Denied

-
${message}
- - Click here for"> Login - - \ No newline at end of file +<%@ 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" +} \ No newline at end of file