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