Ate Douma pushed to branch master at cms-community / hippo-project-archetype
Commits: d84a891e by Ate Douma at 2016-09-13T17:44:25+02:00 ARCHE-514: cleanup ErrorPage403.jsp (cherry picked from commit 4c6289a360117a01aaf41b25ed430d4d21b1af4a) - - - - - 1 changed file: - src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/jsp/errorpages/ErrorPage403.jsp Changes: ===================================== src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/jsp/errorpages/ErrorPage403.jsp ===================================== --- a/src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/jsp/errorpages/ErrorPage403.jsp +++ b/src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/jsp/errorpages/ErrorPage403.jsp @@ -1,23 +1,12 @@ <!doctype html> <%@ include file="/WEB-INF/jspf/htmlTags.jspf" %> - <% response.setStatus(403); %> - -<fmt:setBundle basename="org.hippoecm.hst.security.servlet.LoginServlet" /> <html lang="en"> - <head> - <meta charset="utf-8"/> - <title><fmt:message key="label.access.forbidden" /></title> - <link rel="stylesheet" type="text/css" href="<hst:link path='/login/hst/security/skin/screen.css' />" /> - </head> - <body class="hippo-root"> - <div> - <div class="hippo-login-panel"> - <fmt:message key="label.access.forbidden" /> - <div class="hippo-login-panel-copyright"> - © 1999-2014 Hippo B.V. - </div> - </div> - </div> - </body> -</html> \ No newline at end of file +<head> + <meta charset="utf-8"/> + <title>403 error</title> +</head> +<body> +<h1>Forbidden</h1> +</body> +</html> View it on GitLab: https://code.onehippo.org/cms-community/hippo-project-archetype/commit/d84a891e88c607d7493df9efe74309d52fbba20e
_______________________________________________ Hippocms-svn mailing list Hippocms-svn@lists.onehippo.org https://lists.onehippo.org/mailman/listinfo/hippocms-svn