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