libreccm-legacy/ccm-core/web/error/permission-denied.jsp

18 lines
718 B
Plaintext
Executable File

<%@ page isErrorPage="true"
import="com.arsdigita.dispatcher.DispatcherHelper"
%><% DispatcherHelper.forceCacheDisable(response); %>
<%-- NB. The above cacheDisable command must be on the first line of the jsp
since the header must be written before any data is output --%>
<jsp:include page="error-header.jsp">
<jsp:param name="title" value="You do not have permission to perform the requested operation"/>
</jsp:include>
<p>You do not have permission to perform the requested operation. If
you believe you have received this message in error, please contact
the administrators of the site quoting the following:</p>
<jsp:include page="error-code.jsp"/>
<jsp:include page="error-footer.jsp"/>