blob: 873c467f4787ca96cc157f95a261eb29746bba8c [file] [log] [blame]
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Security Error</title>
</head>
<body>
<h4>There has been a security error.</h4>
<p> Please contact technical support with the following information:</p>
<!-- the exception and exceptionStack bean properties
were created by Struts2's Exception Intercepter -->
<h4>Exception Name: <s:property value="exception" /> </h4>
<h4>Exception Details: <s:property value="exceptionStack" /></h4>
<p><a href="index.jsp">Return to the home page.</a></p>
</body>
</html>