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