accessDenied.jsp 406 B

1234567891011121314151617
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: mati
  4. Date: 12/04/2023
  5. Time: 11:26
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@taglib uri="http://www.springframework.org/tags" prefix="spring"%>
  9. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  10. <html>
  11. <head>
  12. <title>Access denied</title>
  13. </head>
  14. <body>
  15. <spring:message code="label.accessDenied"/>
  16. </body>
  17. </html>