<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/21/15 09:49, Endi Sukma Dewata
      wrote:<br>
    </div>
    <blockquote cite="mid:5627B40C.2060809@redhat.com" type="cite">The
      unused configuration wizard servlet has been removed to
      <br>
      simplify refactoring other codes.
      <br>
      <br>
      The remaining references in CertUtil and ConfigurationUtils
      <br>
      have been removed as well.
      <br>
      <br>
      <a class="moz-txt-link-freetext" href="https://fedorahosted.org/pki/ticket/1120">https://fedorahosted.org/pki/ticket/1120</a>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pki-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pki-devel@redhat.com">Pki-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/pki-devel">https://www.redhat.com/mailman/listinfo/pki-devel</a></pre>
    </blockquote>
    ACK<br>
    <br>
    CAVEATS:<br>
    <ul>
      <li>In
        'pki/base/server/cms/src/com/netscape/cms/servlet/csadmin/ConfigurationUtils.java',
        please also change the initial comment from:<br>
        <br>
        Utility class for functions to be used both by the RESTful
        installer<br>
        and the UI Panels<br>
        <br>
        to simply:<br>
        <br>
        Utility class for functions to be used by the RESTful installer<br>
        <br>
      </li>
      <li>Although several of our debug messages refer to various
        "Panels", I believe that this is okay since the configuration
        servlet
        (./base/server/cms/src/org/dogtagpki/server/rest/SystemConfigService.java)
        still references these as a part of the configuration order<br>
      </li>
      <li>We should file a new ticket which needs to be addressed after
        <a class="moz-txt-link-freetext" href="https://fedorahosted.org/pki/ticket/1107">https://fedorahosted.org/pki/ticket/1107</a> tpsclient re-write in
        which we should probably remove/edit the following additional
        code under pki/:</li>
      <ul>
        <li>remove
          ./base/server/cms/src/com/netscape/cms/servlet/csadmin/BaseServlet.java</li>
        <li>remove
          ./base/server/cms/src/com/netscape/cms/servlet/csadmin/LoginServlet.java</li>
        <li>remove
./base/server/cms/src/com/netscape/cms/servlet/csadmin/SecurityDomainLogin.java</li>
        <ul>
          <li>cleanup ./base/ca/shared/webapps/ca/WEB-INF/web.xml</li>
          <li>cleanup ./base/kra/shared/webapps/kra/WEB-INF/web.xml</li>
          <li>cleanup ./base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml</li>
        </ul>
        <li>remove ./base/server/share/webapps/pki/admin (this is all of
          the velocity templates)</li>
        <ul>
          <li>once pki/tps-client/ has been rewritten in Java, we can
            probably remove this directory and also probably remove
            dependencies on Velocity<br>
          </li>
        </ul>
      </ul>
    </ul>
  </body>
</html>