Skip to content

Commit 152bf19

Browse files
idodeclareVladimir Kotal
authored andcommitted
Fix #2169 for altered sig of getForbiddenIncludeFileContent() (#2181)
1 parent 267ea92 commit 152bf19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/eforbidden.jsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1717
CDDL HEADER END
1818
1919
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
20+
Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
2021
--%><%@page session="false" import="
2122
org.opensolaris.opengrok.web.PageConfig"
2223
%><%
2324
/* ---------------------- eforbidden.jspf start --------------------- */
2425
{
2526
response.setStatus(HttpServletResponse.SC_FORBIDDEN);
2627
%>
27-
<%= PageConfig.get(request).getEnv().getConfiguration().getForbiddenIncludeFileContent() %>
28+
<%= PageConfig.get(request).getEnv().getConfiguration().getForbiddenIncludeFileContent(false) %>
2829
<%
2930
}
3031
/* ---------------------- eforbidden.jspf end --------------------- */

0 commit comments

Comments
 (0)