status.jsp revision 1364
1089N/ASee LICENSE.txt included in this distribution for the specific
1089N/Afile and include the License file at LICENSE.txt.
1089N/Ainclude file="projects.jspf"
1089N/A/* ---------------------- status.jsp start --------------------- */
1089N/A cfg = PageConfig.get(request);
1089N/A cfg.setTitle("Status");
1089N/A long lmdate = cfg.getEnv().getConfiguration().getLastModified();
1089N/A if (request.getDateHeader("If-Modified-Since") >= lmdate) {
1089N/A response.setDateHeader("Last-Modified", lmdate);
1089N/Ainclude file="httpheader.jspf"
1089N/A<script type="text/javascript">/* <![CDATA[ */
1089N/Ainclude file="pageheader.jspf"
606N/A if (cfg.getEnv().isChattyStatusPage()) {
606N/A Util.dumpConfiguration(out);
606N/A<tt>true</tt> in <tt>configuration.xml</tt> or use the commandline option
606N/A/* ---------------------- status.jsp start --------------------- */