enoent.jsp revision 1470
0N/ASee LICENSE.txt included in this distribution for the specific
0N/Afile and include the License file at LICENSE.txt.
1186N/A/* ---------------------- enoent.jsp start --------------------- */
1281N/A cfg = PageConfig.get(request);
1281N/A cfg.setTitle("File not found");
1281N/A String context = request.getContextPath();
1281N/A if (cfg.getSourceRootPath().isEmpty()) {
1470N/A } else if (!cfg.getConfig().getSourceRootFile().isDirectory()) {
1186N/Ainclude file="httpheader.jspf"
1186N/Ainclude file="pageheader.jspf"
1186N/A/* ---------------------- enoent.jsp end --------------------- */