001 package jsp;
002
003 import javax.servlet.*;
004 import javax.servlet.http.*;
005 import javax.servlet.jsp.*;
006
007 public final class receivedCSR_jsp extends org.apache.jasper.runtime.HttpJspBase
008 implements org.apache.jasper.runtime.JspSourceDependent {
009
010 private static java.util.List _jspx_dependants;
011
012 public Object getDependants() {
013 return _jspx_dependants;
014 }
015
016 public void _jspService(HttpServletRequest request, HttpServletResponse response)
017 throws java.io.IOException, ServletException {
018
019 JspFactory _jspxFactory = null;
020 PageContext pageContext = null;
021 HttpSession session = null;
022 ServletContext application = null;
023 ServletConfig config = null;
024 JspWriter out = null;
025 Object page = this;
026 JspWriter _jspx_out = null;
027 PageContext _jspx_page_context = null;
028
029
030 try {
031 _jspxFactory = JspFactory.getDefaultFactory();
032 response.setContentType("text/html; charset=ISO-8859-1");
033 pageContext = _jspxFactory.getPageContext(this, request, response,
034 null, true, 8192, true);
035 _jspx_page_context = pageContext;
036 application = pageContext.getServletContext();
037 config = pageContext.getServletConfig();
038 session = pageContext.getSession();
039 out = pageContext.getOut();
040 _jspx_out = out;
041
042 out.write("\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n<title>Confirm CSR</title>\n</head>\n<body>\n<h2>CSR Confirmation</h2>\n<p>Your Certificate Signing Request(CSR) is received by the CA. Your CSR Id is <b>");
043 out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${id}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
044 out.write("</b>. Please note down your\nCSR Id. It will be required later on to download your certificate.</p>\n\n<a href=\"");
045 out.print(request.getContextPath());
046 out.write("\">Back to CA Helper home</a>\n</body>\n</html>\n");
047 } catch (Throwable t) {
048 if (!(t instanceof SkipPageException)){
049 out = _jspx_out;
050 if (out != null && out.getBufferSize() != 0)
051 out.clearBuffer();
052 if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
053 }
054 } finally {
055 if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
056 }
057 }
058 }