[PATCH] 98 Fixed REST common class dependency.
by Endi Sukma Dewata
The ConfigurationResponse previously had a method that used a class
that exists on the server only, creating a dependency issue since
the ConfigurationResponse will be used by the client as well. The
method now has been moved into a separate factory class.
Ticket #215
--
Endi S. Dewata
12 years, 6 months
[PATCH] 96 Reorganized REST server classes.
by Endi Sukma Dewata
The factory and DAO classes used by REST services have been moved
into the com.netscape.cms.servlet.<component> packages.
Ticket #215
--
Endi S. Dewata
12 years, 6 months
[PATCH] 90 Updated test build scripts.
by Endi Sukma Dewata
The build scripts for test, util test, and common test
components have been updated to automatically find the
source codes and not create unnecessary test jar files.
Ticket #62
--
Endi S. Dewata
12 years, 6 months
[PATCH] PKI Deployment Framework PKI TRAC issues (08/09/2012)
by Matthew Harmsen
This patch documents continued implementation of the PKI Deployment
Framework based upon the revised filesystem layout documented here:
* http://pki.fedoraproject.org/wiki/PKI_Instance_Deployment#CA_.2F_KRA_.2F_...
This patch addresses the following issues:
* TRAC Ticket #184 - Dogtag 10: Update PKI Deployment to handle
cloning CA/KRA/OCSP/TKS . . .
* TRAC Ticket #285 - Dogtag 10: Fix installation issues for KRA, OCSP,
and TKS
It has been tested and proven to work successfully to deploy a KRA as a
separate instance on a 64-bit Fedora 17 machine (using the appropriate
'tomcatjss.jar').
P. S. -- Ade, as you are the most probable reviewer of this patch,
please feel free to 'push' it to 'master' if you find it in order.
12 years, 6 months