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