File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ information: Portions Copyright [yyyy] [name of copyright owner]
17
17
CDDL HEADER END
18
18
19
19
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
20
+ Portions Copyright (c) 2018, Chris Fraire <[email protected] >.
20
21
--%> <%@page session =" false" import="
21
22
org.opensolaris.opengrok.web.PageConfig"
22
23
%><%
23
24
/* ---------------------- eforbidden.jspf start --------------------- */
24
25
{
25
26
response. setStatus(HttpServletResponse . SC_FORBIDDEN );
26
27
% >
27
- <%= PageConfig . get(request). getEnv(). getConfiguration(). getForbiddenIncludeFileContent() % >
28
+ <%= PageConfig . get(request). getEnv(). getConfiguration(). getForbiddenIncludeFileContent(false ) % >
28
29
<%
29
30
}
30
31
/* ---------------------- eforbidden.jspf end --------------------- */
You can’t perform that action at this time.
0 commit comments