xref: /OpenGrok/opengrok-web/src/main/webapp/eforbidden.jsp (revision 0d40e9d0d07acb46ebe450cbc6042a9705a36e41)
1*0d40e9d0SAdam Hornáček<%--
2*0d40e9d0SAdam HornáčekCDDL HEADER START
3*0d40e9d0SAdam Hornáček
4*0d40e9d0SAdam HornáčekThe contents of this file are subject to the terms of the
5*0d40e9d0SAdam HornáčekCommon Development and Distribution License (the "License").
6*0d40e9d0SAdam HornáčekYou may not use this file except in compliance with the License.
7*0d40e9d0SAdam Hornáček
8*0d40e9d0SAdam HornáčekSee LICENSE.txt included in this distribution for the specific
9*0d40e9d0SAdam Hornáčeklanguage governing permissions and limitations under the License.
10*0d40e9d0SAdam Hornáček
11*0d40e9d0SAdam HornáčekWhen distributing Covered Code, include this CDDL HEADER in each
12*0d40e9d0SAdam Hornáčekfile and include the License file at LICENSE.txt.
13*0d40e9d0SAdam HornáčekIf applicable, add the following below this CDDL HEADER, with the
14*0d40e9d0SAdam Hornáčekfields enclosed by brackets "[]" replaced with your own identifying
15*0d40e9d0SAdam Hornáčekinformation: Portions Copyright [yyyy] [name of copyright owner]
16*0d40e9d0SAdam Hornáček
17*0d40e9d0SAdam HornáčekCDDL HEADER END
18*0d40e9d0SAdam Hornáček
19*0d40e9d0SAdam HornáčekCopyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
20*0d40e9d0SAdam Hornáček--%><%@page  session="false" import="
21*0d40e9d0SAdam Hornáček             org.opensolaris.opengrok.web.PageConfig"
22*0d40e9d0SAdam Hornáček%><%
23*0d40e9d0SAdam Hornáček/* ---------------------- eforbidden.jspf start --------------------- */
24*0d40e9d0SAdam Hornáček{
25*0d40e9d0SAdam Hornáček    response.setStatus(HttpServletResponse.SC_FORBIDDEN);
26*0d40e9d0SAdam Hornáček%>
27*0d40e9d0SAdam Hornáček<%= PageConfig.get(request).getEnv().getConfiguration().getForbiddenIncludeFileContent() %>
28*0d40e9d0SAdam Hornáček<%
29*0d40e9d0SAdam Hornáček}
30*0d40e9d0SAdam Hornáček/* ---------------------- eforbidden.jspf end --------------------- */
31*0d40e9d0SAdam Hornáček%>
32