xref: /OpenGrok/opengrok-web/src/main/webapp/eforbidden.jsp (revision 686556f26bc99756591ef65c73f3dc438ca40b46)
10d40e9d0SAdam Hornáček<%--
20d40e9d0SAdam HornáčekCDDL HEADER START
30d40e9d0SAdam Hornáček
40d40e9d0SAdam HornáčekThe contents of this file are subject to the terms of the
50d40e9d0SAdam HornáčekCommon Development and Distribution License (the "License").
60d40e9d0SAdam HornáčekYou may not use this file except in compliance with the License.
70d40e9d0SAdam Hornáček
80d40e9d0SAdam HornáčekSee LICENSE.txt included in this distribution for the specific
90d40e9d0SAdam Hornáčeklanguage governing permissions and limitations under the License.
100d40e9d0SAdam Hornáček
110d40e9d0SAdam HornáčekWhen distributing Covered Code, include this CDDL HEADER in each
120d40e9d0SAdam Hornáčekfile and include the License file at LICENSE.txt.
130d40e9d0SAdam HornáčekIf applicable, add the following below this CDDL HEADER, with the
140d40e9d0SAdam Hornáčekfields enclosed by brackets "[]" replaced with your own identifying
150d40e9d0SAdam Hornáčekinformation: Portions Copyright [yyyy] [name of copyright owner]
160d40e9d0SAdam Hornáček
170d40e9d0SAdam HornáčekCDDL HEADER END
180d40e9d0SAdam Hornáček
1956f072caSAdam HornáčekCopyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
2056f072caSAdam Hornáček--%>
21*686556f2SAdam Hornáček<%@page  session="false" import="org.opengrok.indexer.web.PageConfig" %>
2256f072caSAdam Hornáček<%
230d40e9d0SAdam Hornáček/* ---------------------- eforbidden.jspf start --------------------- */
240d40e9d0SAdam Hornáček{
250d40e9d0SAdam Hornáček    response.setStatus(HttpServletResponse.SC_FORBIDDEN);
260d40e9d0SAdam Hornáček%>
270d40e9d0SAdam Hornáček<%= PageConfig.get(request).getEnv().getConfiguration().getForbiddenIncludeFileContent() %>
280d40e9d0SAdam Hornáček<%
290d40e9d0SAdam Hornáček}
300d40e9d0SAdam Hornáček/* ---------------------- eforbidden.jspf end --------------------- */
310d40e9d0SAdam Hornáček%>
32