<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>Please review the following patch which addresses:</tt><tt><br>
    </tt>
    <ul>
      <li><tt><a href="https://fedorahosted.org/pki/ticket/868">PKI TRAC
            Ticket #868 - REST API get certs links missing segment</a></tt></li>
    </ul>
    <p><tt>This patch has been tested on the DOGTAG_10_0_BRANCH as used
        on Fedora 19:<br>
      </tt></p>
    <blockquote>
      <p><tt>Prior to the patch, the following URL:</tt><tt><br>
        </tt></p>
      <ul>
        <li><tt><a class="moz-txt-link-freetext" href="https://fedora19.example.com:8443/ca/rest/certs">https://fedora19.example.com:8443/ca/rest/certs</a></tt></li>
      </ul>
      <p><tt>produces an XML page which contains XML such as:</tt><tt><br>
        </tt></p>
      <ul>
        <li><tt><Link href="</tt><tt><b><a class="moz-txt-link-freetext" href="https://fedora19.example.com:8443/ca/rest/0x1">https://fedora19.example.com:8443/ca/rest/0x1</a></b></tt><tt>"
            rel="self"/></tt></li>
      </ul>
      <p><tt>which produces </tt><tt>an 'HTTP Status 404' page.</tt><tt><br>
        </tt></p>
      <p><tt><br>
          After the patch has been applied, the same URL produces an XML
          page which contains XML such as:</tt><tt><br>
        </tt></p>
      <ul>
        <li><tt><Link href="</tt><tt><b><a class="moz-txt-link-freetext" href="https://fedora19.example.com:8443/ca/rest/certs/0x1">https://fedora19.example.com:8443/ca/rest/certs/0x1</a></b></tt><tt>"
            rel="self"/></tt></li>
      </ul>
      <p><tt>which corresponds to a valid URL.</tt><tt><br>
        </tt></p>
    </blockquote>
    <p><tt>NOTE:  This patch needs to be applied to the DOGTAG_</tt><tt>10_0_BRANCH
        (Fedora 19), the DOGTAG_10_1_BRANCH (Fedora 20), and the master
        (Fedora 21+).<br>
               This patch may also need to be applied to the </tt><tt>IPA_V3_RHEL_7_ERRATA_BRANCH.</tt><br>
    </p>
  </body>
</html>